Html Css Color HEX #E49232 California

📋 copy color: '#E49232'

red 228 ◦ green 146 ◦ blue 50

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

Shades of California #E49232

Tints of California #E49232

RGB

 RED value IS 228 (89.45% from 255) = 53.77%

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

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

R = 53.77%
G = 34.43%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E49232 (or 0xE49232) is known color: California. HEX triplet: E4, 92 and 32. RGB value is (228,146,50). Sum of RGB (Red+Green+Blue) = 228+146+50=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E49232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49232 is #1B6DCD. Grayscale: #A0A0A0. Windows color (decimal): -1797582 or 3314404. OLE color: 3314404.

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

Color convert

RGB 228 146 50 -
CMYK 0 0.36 0.78 0.11
HSL 32.36º 0.77% 0.55% -
HSV(B) 32.36º 0.78% 0.89% -
XYZ 42.85 37.28 7.96 -
YUV 159.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 228 146 50 0 0.36 0.78 0.11 32.36 0.77 0.55
Hex E4 92 32 0 24 4E B 20 4D 37
Octal 344 222 62 0 44 116 13 40 115 67
Binary 11100100 10010010 110010 0 100100 1001110 1011 100000 1001101 110111

Color Harmonies of #E49232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49232

Black with #E49232

Text Example


Text Example

White with #E49232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49232; }

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

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

background-color css

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

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

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

border-color css

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

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

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