#E58F2E

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

Shades of California #E58F2E

Tints of California #E58F2E

Color information

#E58F2E (or 0xE58F2E) is unknown color: approx California. HEX triplet: E5, 8F and 2E. RGB value is (229,143,46). Sum of RGB (Red+Green+Blue) = 229+143+46=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E58F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58F2E is #1A70D1. Grayscale: #9E9E9E. Windows color (decimal): -1732818 or 3051493. OLE color: 3051493.

HSL color Cylindrical-coordinate representation of color #E58F2E: hue angle of 31.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E58F2E is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB22914346-
CMYK00.380.800.10
HSL31.8º77.87%53.92%-
HSV(B)31.8º79.91%89.8%-
XYZ42.6336.57.38-
YUV157.6664.99178.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 46 (18.36% from 255) = 11.00%
R=54.78%
G=34.21%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291434600.380.800.1031.877.8753.92
HexE58F2E02650A204e36
Octal34521756046120124011666
Binary11100101100011111011100100110101000010101000001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58F2E; }

 p { color: rgb(229,143,46); }

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

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

 a { background-color: rgb(229,143,46); }

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

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

 span { border-color: rgb(229,143,46); }

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