#E59135

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

Shades of California #E59135

Tints of California #E59135

Color information

#E59135 (or 0xE59135) is unknown color: approx California. HEX triplet: E5, 91 and 35. RGB value is (229,145,53). Sum of RGB (Red+Green+Blue) = 229+145+53=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E59135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59135 is #1A6ECA. Grayscale: #A0A0A0. Windows color (decimal): -1732299 or 3510757. OLE color: 3510757.

HSL color Cylindrical-coordinate representation of color #E59135: hue angle of 31.36º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E59135 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB22914553-
CMYK00.370.770.10
HSL31.36º77.19%55.29%-
HSV(B)31.36º76.86%89.8%-
XYZ43.0837.178.27-
YUV159.6367.83177.48-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=53.63%
G=33.96%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291455300.370.770.1031.3677.1955.29
HexE591350254DA1f4d37
Octal34522165045115123711567
Binary1110010110010001110101010010110011011010111111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59135; }

 p { color: rgb(229,145,53); }

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

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

 a { background-color: rgb(229,145,53); }

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

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

 span { border-color: rgb(229,145,53); }

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