#E08E3F

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

Shades of California #E08E3F

Tints of California #E08E3F

Color information

#E08E3F (or 0xE08E3F) is unknown color: approx California. HEX triplet: E0, 8E and 3F. RGB value is (224,142,63). Sum of RGB (Red+Green+Blue) = 224+142+63=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E3F is #1F71C0. Grayscale: #9D9D9D. Windows color (decimal): -2060737 or 4165344. OLE color: 4165344.

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

Color convert

RGB22414263-
CMYK00.370.720.12
HSL29.44º72.2%56.27%-
HSV(B)29.44º71.88%87.84%-
XYZ41.3135.559.39-
YUV157.5174.67175.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 52.21%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 63 (25% from 255) = 14.69%
R=52.21%
G=33.10%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241426300.370.720.1229.4472.256.27
HexE08E3F02548C1d4838
Octal34021677045110143511070
Binary1110000010001110111111010010110010001100111011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E3F; }

 p { color: rgb(224,142,63); }

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

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

 a { background-color: rgb(224,142,63); }

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

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

 span { border-color: rgb(224,142,63); }

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