#E18E3E

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

Shades of California #E18E3E

Tints of California #E18E3E

Color information

#E18E3E (or 0xE18E3E) is unknown color: approx California. HEX triplet: E1, 8E and 3E. RGB value is (225,142,62). Sum of RGB (Red+Green+Blue) = 225+142+62=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E3E is #1E71C1. Grayscale: #9E9E9E. Windows color (decimal): -1995202 or 4099809. OLE color: 4099809.

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

Color convert

RGB22514262-
CMYK00.370.720.12
HSL29.45º73.09%56.27%-
HSV(B)29.45º72.44%88.24%-
XYZ41.5935.79.26-
YUV157.774176-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 62 (24.61% from 255) = 14.45%
R=52.45%
G=33.10%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251426200.370.720.1229.4573.0956.27
HexE18E3E02548C1d4938
Octal34121676045110143511170
Binary1110000110001110111110010010110010001100111011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E3E; }

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

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

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

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

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

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

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

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