Html Css Color HEX #E59232 California

📋 copy color: '#E59232'

red 229 ◦ green 146 ◦ blue 50

#E59232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #E59232

Tints of California #E59232

RGB

 RED value IS 229 (89.84% from 255) = 53.88%

 GREEN value IS 146 (57.42% from 255) = 34.35%

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 53.88%
G = 34.35%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E59232 (or 0xE59232) is known color: California. HEX triplet: E5, 92 and 32. RGB value is (229,146,50). Sum of RGB (Red+Green+Blue) = 229+146+50=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E59232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59232 is #1A6DCD. Grayscale: #A0A0A0. Windows color (decimal): -1732046 or 3314405. OLE color: 3314405.

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

Color convert

RGB 229 146 50 -
CMYK 0 0.36 0.78 0.10
HSL 32.18º 0.77% 0.55% -
HSV(B) 32.18º 0.78% 0.9% -
XYZ 43.17 37.45 7.97 -
YUV 159.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 229 146 50 0 0.36 0.78 0.10 32.18 0.77 0.55
Hex E5 92 32 0 24 4E A 20 4D 37
Octal 345 222 62 0 44 116 12 40 115 67
Binary 11100101 10010010 110010 0 100100 1001110 1010 100000 1001101 110111

Color Harmonies of #E59232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59232

Black with #E59232

Text Example


Text Example

White with #E59232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59232; }

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

 H1.HeaderClassName
 {
   color: #E59232;
 }
 .AnyTagClassName
 {
   color: #E59232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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