#E58C2E

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

Shades of California #E58C2E

Tints of California #E58C2E

Color information

#E58C2E (or 0xE58C2E) is unknown color: approx California. HEX triplet: E5, 8C and 2E. RGB value is (229,140,46). Sum of RGB (Red+Green+Blue) = 229+140+46=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C2E is #1A73D1. Grayscale: #9C9C9C. Windows color (decimal): -1733586 or 3050725. OLE color: 3050725.

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

Color convert

RGB22914046-
CMYK00.390.800.10
HSL30.82º77.87%53.92%-
HSV(B)30.82º79.91%89.8%-
XYZ42.1835.617.24-
YUV155.965.99180.14-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.18%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 46 (18.36% from 255) = 11.08%
R=55.18%
G=33.73%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291404600.390.800.1030.8277.8753.92
HexE58C2E02750A1f4e36
Octal34521456047120123711666
Binary1110010110001100101110010011110100001010111111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58C2E; }

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

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

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

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

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

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

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

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