#E59235

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

Shades of California #E59235

Tints of California #E59235

Color information

#E59235 (or 0xE59235) is unknown color: approx California. HEX triplet: E5, 92 and 35. RGB value is (229,146,53). Sum of RGB (Red+Green+Blue) = 229+146+53=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 53 (21.09% from 255 or 12.38% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E59235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59235 is #1A6DCA. Grayscale: #A0A0A0. Windows color (decimal): -1732043 or 3511013. OLE color: 3511013.

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

Color convert

RGB22914653-
CMYK00.360.770.10
HSL31.7º77.19%55.29%-
HSV(B)31.7º76.86%89.8%-
XYZ43.2337.478.32-
YUV160.2267.5177.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.50%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 53 (21.09% from 255) = 12.38%
R=53.50%
G=34.11%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291465300.360.770.1031.777.1955.29
HexE592350244DA204d37
Octal34522265044115124011567
Binary11100101100100101101010100100100110110101000001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59235; }

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

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

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

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

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

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

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

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