#E58E2E

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

Shades of California #E58E2E

Tints of California #E58E2E

Color information

#E58E2E (or 0xE58E2E) is unknown color: approx California. HEX triplet: E5, 8E and 2E. RGB value is (229,142,46). Sum of RGB (Red+Green+Blue) = 229+142+46=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E58E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58E2E is #1A71D1. Grayscale: #9D9D9D. Windows color (decimal): -1733074 or 3051237. OLE color: 3051237.

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

Color convert

RGB22914246-
CMYK00.380.800.10
HSL31.48º77.87%53.92%-
HSV(B)31.48º79.91%89.8%-
XYZ42.4836.27.33-
YUV157.0765.32179.31-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.92%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 46 (18.36% from 255) = 11.03%
R=54.92%
G=34.05%
B=11.03%

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
Decimal2291424600.380.800.1031.4877.8753.92
HexE58E2E02650A1f4e36
Octal34521656046120123711666
Binary1110010110001110101110010011010100001010111111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58E2E; }

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

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

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

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

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

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

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

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