#E18E36

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

Shades of California #E18E36

Tints of California #E18E36

Color information

#E18E36 (or 0xE18E36) is unknown color: approx California. HEX triplet: E1, 8E and 36. RGB value is (225,142,54). Sum of RGB (Red+Green+Blue) = 225+142+54=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E36 is #1E71C9. Grayscale: #9D9D9D. Windows color (decimal): -1995210 or 3575521. OLE color: 3575521.

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

Color convert

RGB22514254-
CMYK00.370.760.12
HSL30.88º74.03%54.71%-
HSV(B)30.88º76%88.24%-
XYZ41.3935.628.18-
YUV156.7870176.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 54 (21.48% from 255) = 12.83%
R=53.44%
G=33.73%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251425400.370.760.1230.8874.0354.71
HexE18E360254CC1f4a37
Octal34121666045114143711267
Binary1110000110001110110110010010110011001100111111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E36; }

 p { color: rgb(225,142,54); }

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

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

 a { background-color: rgb(225,142,54); }

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

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

 span { border-color: rgb(225,142,54); }

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