Html Css Color HEX #E39232 California

📋 copy color: '#E39232'

red 227 ◦ green 146 ◦ blue 50

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

Shades of California #E39232

Tints of California #E39232

RGB

 RED value IS 227 (89.06% from 255) = 53.66%

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

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

R = 53.66%
G = 34.52%
B = 11.82%

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

#E39232 (or 0xE39232) is known color: California. HEX triplet: E3, 92 and 32. RGB value is (227,146,50). Sum of RGB (Red+Green+Blue) = 227+146+50=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E39232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39232 is #1C6DCD. Grayscale: #9F9F9F. Windows color (decimal): -1863118 or 3314403. OLE color: 3314403.

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

Color convert

RGB 227 146 50 -
CMYK 0 0.36 0.78 0.11
HSL 32.54º 0.76% 0.54% -
HSV(B) 32.54º 0.78% 0.89% -
XYZ 42.53 37.12 7.94 -
YUV 159.28 66.34 176.31 -
System Red Green Blue C M Y K H S L
Decimal 227 146 50 0 0.36 0.78 0.11 32.54 0.76 0.54
Hex E3 92 32 0 24 4E B 21 4C 36
Octal 343 222 62 0 44 116 13 41 114 66
Binary 11100011 10010010 110010 0 100100 1001110 1011 100001 1001100 110110

Color Harmonies of #E39232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39232

Black with #E39232

Text Example


Text Example

White with #E39232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39232; }

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

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

background-color css

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

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

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

border-color css

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

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

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