#EA8731

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

Shades of California #EA8731

Tints of California #EA8731

Color information

#EA8731 (or 0xEA8731) is unknown color: approx California. HEX triplet: EA, 87 and 31. RGB value is (234,135,49). Sum of RGB (Red+Green+Blue) = 234+135+49=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8731 is #1578CE. Grayscale: #9B9B9B. Windows color (decimal): -1407183 or 3246058. OLE color: 3246058.

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

Color convert

RGB23413549-
CMYK00.420.790.08
HSL27.89º81.5%55.49%-
HSV(B)27.89º79.06%91.76%-
XYZ43.1535.047.4-
YUV154.868.3184.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.98%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 49 (19.53% from 255) = 11.72%
R=55.98%
G=32.30%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341354900.420.790.0827.8981.555.49
HexEA873102A4F81c5137
Octal35220761052117103412167
Binary1110101010000111110001010101010011111000111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8731; }

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

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

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

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

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

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

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

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