#E58A40

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

Shades of California #E58A40

Tints of California #E58A40

Color information

#E58A40 (or 0xE58A40) is unknown color: approx California. HEX triplet: E5, 8A and 40. RGB value is (229,138,64). Sum of RGB (Red+Green+Blue) = 229+138+64=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E58A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58A40 is #1A75BF. Grayscale: #9D9D9D. Windows color (decimal): -1734080 or 4229861. OLE color: 4229861.

HSL color Cylindrical-coordinate representation of color #E58A40: hue angle of 26.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E58A40 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22913864-
CMYK00.400.720.10
HSL26.91º76.04%57.45%-
HSV(B)26.91º72.05%89.8%-
XYZ42.3335.219.41-
YUV156.7775.65179.52-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.13%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 64 (25.39% from 255) = 14.85%
R=53.13%
G=32.02%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291386400.400.720.1026.9176.0457.45
HexE58A4002848A1b4c39
Octal345212100050110123311471
Binary11100101100010101000000010100010010001010110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58A40; }

 p { color: rgb(229,138,64); }

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

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

 a { background-color: rgb(229,138,64); }

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

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

 span { border-color: rgb(229,138,64); }

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