#E5882E

Color #E5882E California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E5882E

Tints of California #E5882E

Color information

#E5882E (or 0xE5882E) is unknown color: approx California. HEX triplet: E5, 88 and 2E. RGB value is (229,136,46). Sum of RGB (Red+Green+Blue) = 229+136+46=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5882E is #1A77D1. Grayscale: #9A9A9A. Windows color (decimal): -1734610 or 3049701. OLE color: 3049701.

HSL color Cylindrical-coordinate representation of color #E5882E: hue angle of 29.51º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5882E is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB22913646-
CMYK00.410.800.10
HSL29.51º77.87%53.92%-
HSV(B)29.51º79.91%89.8%-
XYZ41.6134.467.04-
YUV153.5567.31181.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 55.72%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 46 (18.36% from 255) = 11.19%
R=55.72%
G=33.09%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291364600.410.800.1029.5177.8753.92
HexE5882E02950A1e4e36
Octal34521056051120123611666
Binary1110010110001000101110010100110100001010111101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5882E; }

 p { color: rgb(229,136,46); }

 H1.HeaderClassName
 {
   color: #E5882E;
 }
 .AnyTagClassName
 {
   color: #E5882E;
 }
</style>
background-color css

<style>
 a { background-color: #E5882E; }

 a { background-color: rgb(229,136,46); }

 div.DivClassName
 {
   background-color: #E5882E;
 }
 .BgClassName
 {
   background-color: #E5882E;
 }
</style>
border-color css

<style>
 span { border-color: #E5882E; }

 span { border-color: rgb(229,136,46); }

 td.TdClassName
 {
   border-color: #E5882E;
 }
 .TagClassName
 {
   border-color: #E5882E;
 }
</style>