#E08C31

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

Shades of California #E08C31

Tints of California #E08C31

Color information

#E08C31 (or 0xE08C31) is unknown color: approx California. HEX triplet: E0, 8C and 31. RGB value is (224,140,49). Sum of RGB (Red+Green+Blue) = 224+140+49=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C31 is #1F73CE. Grayscale: #9B9B9B. Windows color (decimal): -2061263 or 3247328. OLE color: 3247328.

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

Color convert

RGB22414049-
CMYK00.380.780.12
HSL31.2º73.84%53.53%-
HSV(B)31.2º78.12%87.84%-
XYZ40.6734.837.48-
YUV154.7468.33177.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 49 (19.53% from 255) = 11.86%
R=54.24%
G=33.90%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241404900.380.780.1231.273.8453.53
HexE08C310264EC1f4a36
Octal34021461046116143711266
Binary1110000010001100110001010011010011101100111111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08C31; }

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

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

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

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

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

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

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

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