#EA8B3A

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

Shades of California #EA8B3A

Tints of California #EA8B3A

Color information

#EA8B3A (or 0xEA8B3A) is unknown color: approx California. HEX triplet: EA, 8B and 3A. RGB value is (234,139,58). Sum of RGB (Red+Green+Blue) = 234+139+58=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B3A is #1574C5. Grayscale: #9E9E9E. Windows color (decimal): -1406150 or 3836906. OLE color: 3836906.

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

Color convert

RGB23413958-
CMYK00.410.750.08
HSL27.61º80.73%57.25%-
HSV(B)27.61º75.21%91.76%-
XYZ43.9336.268.69-
YUV158.1771.47182.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.29%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 58 (23.05% from 255) = 13.46%
R=54.29%
G=32.25%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341395800.410.750.0827.6180.7357.25
HexEA8B3A0294B81c5139
Octal35221372051113103412171
Binary1110101010001011111010010100110010111000111001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8B3A; }

 p { color: rgb(234,139,58); }

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

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

 a { background-color: rgb(234,139,58); }

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

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

 span { border-color: rgb(234,139,58); }

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