#EA873D

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

Shades of California #EA873D

Tints of California #EA873D

Color information

#EA873D (or 0xEA873D) is unknown color: approx California. HEX triplet: EA, 87 and 3D. RGB value is (234,135,61). Sum of RGB (Red+Green+Blue) = 234+135+61=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA873D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA873D is #1578C2. Grayscale: #9C9C9C. Windows color (decimal): -1407171 or 4032490. OLE color: 4032490.

HSL color Cylindrical-coordinate representation of color #EA873D: hue angle of 25.66º 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 #EA873D is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB23413561-
CMYK00.420.740.08
HSL25.66º80.47%57.84%-
HSV(B)25.66º73.93%91.76%-
XYZ43.4435.168.91-
YUV156.1674.3183.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.42%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 61 (24.22% from 255) = 14.19%
R=54.42%
G=31.40%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341356100.420.740.0825.6680.4757.84
HexEA873D02A4A81a503a
Octal35220775052112103212072
Binary1110101010000111111101010101010010101000110101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA873D; }

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

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

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

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

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

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

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

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