Html Css Color HEX #E3AA16 Galliano

📋 copy color: '#E3AA16'

red 227 ◦ green 170 ◦ blue 22

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

Shades of Galliano #E3AA16

Tints of Galliano #E3AA16

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.57%

 BLUE value IS 22 (8.98% from 255) = 5.25%

R = 54.18%
G = 40.57%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E3AA16 (or 0xE3AA16) is known color: Galliano. HEX triplet: E3, AA and 16. RGB value is (227,170,22). Sum of RGB (Red+Green+Blue) = 227+170+22=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AA16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AA16 is #1C55E9. Grayscale: #AAAAAA. Windows color (decimal): -1857002 or 1485539. OLE color: 1485539.

HSL color Cylindrical-coordinate representation of color #E3AA16: hue angle of 43.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3AA16 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 170 22 -
CMYK 0 0.25 0.90 0.11
HSL 43.32º 0.82% 0.49% -
HSV(B) 43.32º 0.9% 0.89% -
XYZ 46.2 45.14 7.04 -
YUV 170.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 227 170 22 0 0.25 0.90 0.11 43.32 0.82 0.49
Hex E3 AA 16 0 19 5A B 2B 52 31
Octal 343 252 26 0 31 132 13 53 122 61
Binary 11100011 10101010 10110 0 11001 1011010 1011 101011 1010010 110001

Color Harmonies of #E3AA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AA16

Black with #E3AA16

Text Example


Text Example

White with #E3AA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AA16; }

 p { color: rgb(227,170,22); }

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

background-color css

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

 a { background-color: rgb(227,170,22); }

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

border-color css

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

 span { border-color: rgb(227,170,22); }

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