#EA953D

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

Shades of California #EA953D

Tints of California #EA953D

Color information

#EA953D (or 0xEA953D) is unknown color: approx California. HEX triplet: EA, 95 and 3D. RGB value is (234,149,61). Sum of RGB (Red+Green+Blue) = 234+149+61=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA953D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA953D is #156AC2. Grayscale: #A4A4A4. Windows color (decimal): -1403587 or 4036074. OLE color: 4036074.

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

Color convert

RGB23414961-
CMYK00.360.740.08
HSL30.52º80.47%57.84%-
HSV(B)30.52º73.93%91.76%-
XYZ45.5239.329.61-
YUV164.3869.66177.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.70%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 61 (24.22% from 255) = 13.74%
R=52.70%
G=33.56%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341496100.360.740.0830.5280.4757.84
HexEA953D0244A81f503a
Octal35222575044112103712072
Binary1110101010010101111101010010010010101000111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA953D; }

 p { color: rgb(234,149,61); }

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

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

 a { background-color: rgb(234,149,61); }

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

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

 span { border-color: rgb(234,149,61); }

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