#E08C42

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

Shades of California #E08C42

Tints of California #E08C42

Color information

#E08C42 (or 0xE08C42) is unknown color: approx California. HEX triplet: E0, 8C and 42. RGB value is (224,140,66). Sum of RGB (Red+Green+Blue) = 224+140+66=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C42 is #1F73BD. Grayscale: #9D9D9D. Windows color (decimal): -2061246 or 4361440. OLE color: 4361440.

HSL color Cylindrical-coordinate representation of color #E08C42: hue angle of 28.1º 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 #E08C42 is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB22414066-
CMYK00.380.710.12
HSL28.1º71.82%56.86%-
HSV(B)28.1º70.54%87.84%-
XYZ41.1359.74-
YUV156.6876.83176.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.09%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 66 (26.17% from 255) = 15.35%
R=52.09%
G=32.56%
B=15.35%

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
Decimal2241406600.380.710.1228.171.8256.86
HexE08C4202647C1c4839
Octal340214102046107143411071
Binary11100000100011001000010010011010001111100111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C42; }

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

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

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

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

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

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

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

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