Html Css Color HEX #E59532 California

📋 copy color: '#E59532'

red 229 ◦ green 149 ◦ blue 50

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

Shades of California #E59532

Tints of California #E59532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 53.5%
G = 34.81%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E59532 (or 0xE59532) is known color: California. HEX triplet: E5, 95 and 32. RGB value is (229,149,50). Sum of RGB (Red+Green+Blue) = 229+149+50=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E59532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59532 is #1A6ACD. Grayscale: #A2A2A2. Windows color (decimal): -1731278 or 3315173. OLE color: 3315173.

HSL color Cylindrical-coordinate representation of color #E59532: hue angle of 33.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 #E59532 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 149 50 -
CMYK 0 0.35 0.78 0.10
HSL 33.18º 0.77% 0.55% -
HSV(B) 33.18º 0.78% 0.9% -
XYZ 43.64 38.38 8.13 -
YUV 161.63 65 176.05 -
System Red Green Blue C M Y K H S L
Decimal 229 149 50 0 0.35 0.78 0.10 33.18 0.77 0.55
Hex E5 95 32 0 23 4E A 21 4D 37
Octal 345 225 62 0 43 116 12 41 115 67
Binary 11100101 10010101 110010 0 100011 1001110 1010 100001 1001101 110111

Color Harmonies of #E59532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59532

Black with #E59532

Text Example


Text Example

White with #E59532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59532; }

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

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

background-color css

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

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

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

border-color css

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

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

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