#EA9042

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

Shades of California #EA9042

Tints of California #EA9042

Color information

#EA9042 (or 0xEA9042) is unknown color: approx California. HEX triplet: EA, 90 and 42. RGB value is (234,144,66). Sum of RGB (Red+Green+Blue) = 234+144+66=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9042 is #156FBD. Grayscale: #A2A2A2. Windows color (decimal): -1404862 or 4362474. OLE color: 4362474.

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

Color convert

RGB23414466-
CMYK00.380.720.08
HSL27.86º80%58.82%-
HSV(B)27.86º71.79%91.76%-
XYZ44.8937.8310.09-
YUV162.0273.82179.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 66 (26.17% from 255) = 14.86%
R=52.70%
G=32.43%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341446600.380.720.0827.868058.82
HexEA90420264881c503b
Octal352220102046110103412073
Binary11101010100100001000010010011010010001000111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9042; }

 p { color: rgb(234,144,66); }

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

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

 a { background-color: rgb(234,144,66); }

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

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

 span { border-color: rgb(234,144,66); }

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