#E08E33

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

Shades of California #E08E33

Tints of California #E08E33

Color information

#E08E33 (or 0xE08E33) is unknown color: approx California. HEX triplet: E0, 8E and 33. RGB value is (224,142,51). Sum of RGB (Red+Green+Blue) = 224+142+51=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E33 is #1F71CC. Grayscale: #9C9C9C. Windows color (decimal): -2060749 or 3378912. OLE color: 3378912.

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

Color convert

RGB22414251-
CMYK00.370.770.12
HSL31.56º73.62%53.92%-
HSV(B)31.56º77.23%87.84%-
XYZ41.0135.437.81-
YUV156.1468.67176.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=53.72%
G=34.05%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241425100.370.770.1231.5673.6253.92
HexE08E330254DC204a36
Octal34021663045115144011266
Binary11100000100011101100110100101100110111001000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08E33; }

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

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

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

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

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

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

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

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