#EA8A35

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

Shades of California #EA8A35

Tints of California #EA8A35

Color information

#EA8A35 (or 0xEA8A35) is unknown color: approx California. HEX triplet: EA, 8A and 35. RGB value is (234,138,53). Sum of RGB (Red+Green+Blue) = 234+138+53=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A35 is #1575CA. Grayscale: #9D9D9D. Windows color (decimal): -1406411 or 3508970. OLE color: 3508970.

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

Color convert

RGB23413853-
CMYK00.410.770.08
HSL28.18º81.17%56.27%-
HSV(B)28.18º77.35%91.76%-
XYZ43.6635.938-
YUV157.0169.3182.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.06%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=55.06%
G=32.47%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341385300.410.770.0828.1881.1756.27
HexEA8A350294D81c5138
Octal35221265051115103412170
Binary1110101010001010110101010100110011011000111001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8A35; }

 p { color: rgb(234,138,53); }

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

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

 a { background-color: rgb(234,138,53); }

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

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

 span { border-color: rgb(234,138,53); }

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