Html Css Color HEX #E39132 California

📋 copy color: '#E39132'

red 227 ◦ green 145 ◦ blue 50

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

Shades of California #E39132

Tints of California #E39132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

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

R = 53.79%
G = 34.36%
B = 11.85%

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

#E39132 (or 0xE39132) is known color: California. HEX triplet: E3, 91 and 32. RGB value is (227,145,50). Sum of RGB (Red+Green+Blue) = 227+145+50=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E39132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39132 is #1C6ECD. Grayscale: #9F9F9F. Windows color (decimal): -1863374 or 3314147. OLE color: 3314147.

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

Color convert

RGB 227 145 50 -
CMYK 0 0.36 0.78 0.11
HSL 32.2º 0.76% 0.54% -
HSV(B) 32.2º 0.78% 0.89% -
XYZ 42.38 36.81 7.89 -
YUV 158.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 227 145 50 0 0.36 0.78 0.11 32.2 0.76 0.54
Hex E3 91 32 0 24 4E B 20 4C 36
Octal 343 221 62 0 44 116 13 40 114 66
Binary 11100011 10010001 110010 0 100100 1001110 1011 100000 1001100 110110

Color Harmonies of #E39132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39132

Black with #E39132

Text Example


Text Example

White with #E39132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39132; }

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

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

background-color css

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

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

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

border-color css

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

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

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