#E58940

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

Shades of California #E58940

Tints of California #E58940

Color information

#E58940 (or 0xE58940) is unknown color: approx California. HEX triplet: E5, 89 and 40. RGB value is (229,137,64). Sum of RGB (Red+Green+Blue) = 229+137+64=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E58940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58940 is #1A76BF. Grayscale: #9C9C9C. Windows color (decimal): -1734336 or 4229605. OLE color: 4229605.

HSL color Cylindrical-coordinate representation of color #E58940: hue angle of 26.55º 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 #E58940 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22913764-
CMYK00.400.720.10
HSL26.55º76.04%57.45%-
HSV(B)26.55º72.05%89.8%-
XYZ42.1834.929.37-
YUV156.1975.98179.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.26%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=53.26%
G=31.86%
B=14.88%

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
Decimal2291376400.400.720.1026.5576.0457.45
HexE5894002848A1b4c39
Octal345211100050110123311471
Binary11100101100010011000000010100010010001010110111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58940; }

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

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

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

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

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

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

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

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