#E08C41

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

Shades of California #E08C41

Tints of California #E08C41

Color information

#E08C41 (or 0xE08C41) is unknown color: approx California. HEX triplet: E0, 8C and 41. RGB value is (224,140,65). Sum of RGB (Red+Green+Blue) = 224+140+65=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C41 is #1F73BE. Grayscale: #9C9C9C. Windows color (decimal): -2061247 or 4295904. OLE color: 4295904.

HSL color Cylindrical-coordinate representation of color #E08C41: hue angle of 28.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E08C41 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22414065-
CMYK00.380.710.12
HSL28.3º71.95%56.67%-
HSV(B)28.3º70.98%87.84%-
XYZ41.0734.999.59-
YUV156.5776.33176.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.21%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=52.21%
G=32.63%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241406500.380.710.1228.371.9556.67
HexE08C4102647C1c4839
Octal340214101046107143411071
Binary11100000100011001000001010011010001111100111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C41; }

 p { color: rgb(224,140,65); }

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

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

 a { background-color: rgb(224,140,65); }

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

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

 span { border-color: rgb(224,140,65); }

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