#E08A3B

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

Shades of California #E08A3B

Tints of California #E08A3B

Color information

#E08A3B (or 0xE08A3B) is unknown color: approx California. HEX triplet: E0, 8A and 3B. RGB value is (224,138,59). Sum of RGB (Red+Green+Blue) = 224+138+59=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A3B is #1F75C4. Grayscale: #9B9B9B. Windows color (decimal): -2061765 or 3902176. OLE color: 3902176.

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

Color convert

RGB22413859-
CMYK00.380.740.12
HSL28.73º72.69%55.49%-
HSV(B)28.73º73.66%87.84%-
XYZ40.6234.348.63-
YUV154.7173.99177.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.21%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=53.21%
G=32.78%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241385900.380.740.1228.7372.6955.49
HexE08A3B0264AC1d4937
Octal34021273046112143511167
Binary1110000010001010111011010011010010101100111011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08A3B; }

 p { color: rgb(224,138,59); }

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

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

 a { background-color: rgb(224,138,59); }

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

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

 span { border-color: rgb(224,138,59); }

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