#E08F33

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

Shades of California #E08F33

Tints of California #E08F33

Color information

#E08F33 (or 0xE08F33) is unknown color: approx California. HEX triplet: E0, 8F and 33. RGB value is (224,143,51). Sum of RGB (Red+Green+Blue) = 224+143+51=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F33 is #1F70CC. Grayscale: #9D9D9D. Windows color (decimal): -2060493 or 3379168. OLE color: 3379168.

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

Color convert

RGB22414351-
CMYK00.360.770.12
HSL31.91º73.62%53.92%-
HSV(B)31.91º77.23%87.84%-
XYZ41.1635.737.86-
YUV156.7368.34175.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.59%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=53.59%
G=34.21%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241435100.360.770.1231.9173.6253.92
HexE08F330244DC204a36
Octal34021763044115144011266
Binary11100000100011111100110100100100110111001000001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F33; }

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

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

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

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

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

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

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

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