#EA9139

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

Shades of California #EA9139

Tints of California #EA9139

Color information

#EA9139 (or 0xEA9139) is unknown color: approx California. HEX triplet: EA, 91 and 39. RGB value is (234,145,57). Sum of RGB (Red+Green+Blue) = 234+145+57=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9139 is #156EC6. Grayscale: #A2A2A2. Windows color (decimal): -1404615 or 3772906. OLE color: 3772906.

HSL color Cylindrical-coordinate representation of color #EA9139: hue angle of 29.83º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA9139 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB23414557-
CMYK00.380.760.08
HSL29.83º80.82%57.06%-
HSV(B)29.83º75.64%91.76%-
XYZ44.838.048.85-
YUV161.5868.99179.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 57 (22.66% from 255) = 13.07%
R=53.67%
G=33.26%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341455700.380.760.0829.8380.8257.06
HexEA91390264C81e5139
Octal35222171046114103612171
Binary1110101010010001111001010011010011001000111101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9139; }

 p { color: rgb(234,145,57); }

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

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

 a { background-color: rgb(234,145,57); }

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

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

 span { border-color: rgb(234,145,57); }

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