#E58E3F

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

Shades of California #E58E3F

Tints of California #E58E3F

Color information

#E58E3F (or 0xE58E3F) is unknown color: approx California. HEX triplet: E5, 8E and 3F. RGB value is (229,142,63). Sum of RGB (Red+Green+Blue) = 229+142+63=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58E3F is #1A71C0. Grayscale: #9F9F9F. Windows color (decimal): -1733057 or 4165349. OLE color: 4165349.

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

Color convert

RGB22914263-
CMYK00.380.720.10
HSL28.55º76.15%57.25%-
HSV(B)28.55º72.49%89.8%-
XYZ42.8836.369.46-
YUV159.0173.82177.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.76%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 63 (25% from 255) = 14.52%
R=52.76%
G=32.72%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291426300.380.720.1028.5576.1557.25
HexE58E3F02648A1d4c39
Octal34521677046110123511471
Binary1110010110001110111111010011010010001010111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58E3F; }

 p { color: rgb(229,142,63); }

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

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

 a { background-color: rgb(229,142,63); }

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

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

 span { border-color: rgb(229,142,63); }

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