Html Css Color HEX #E1AA18 Galliano

📋 copy color: '#E1AA18'

red 225 ◦ green 170 ◦ blue 24

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

Shades of Galliano #E1AA18

Tints of Galliano #E1AA18

RGB

 RED value IS 225 (88.28% from 255) = 53.7%

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

 BLUE value IS 24 (9.77% from 255) = 5.73%

R = 53.7%
G = 40.57%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E1AA18 (or 0xE1AA18) is known color: Galliano. HEX triplet: E1, AA and 18. RGB value is (225,170,24). Sum of RGB (Red+Green+Blue) = 225+170+24=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AA18 is #1E55E7. Grayscale: #AAAAAA. Windows color (decimal): -1988072 or 1616609. OLE color: 1616609.

HSL color Cylindrical-coordinate representation of color #E1AA18: hue angle of 43.58º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1AA18 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 170 24 -
CMYK 0 0.24 0.89 0.12
HSL 43.58º 0.81% 0.49% -
HSV(B) 43.58º 0.89% 0.88% -
XYZ 45.59 44.82 7.11 -
YUV 169.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 225 170 24 0 0.24 0.89 0.12 43.58 0.81 0.49
Hex E1 AA 18 0 18 59 C 2C 51 31
Octal 341 252 30 0 30 131 14 54 121 61
Binary 11100001 10101010 11000 0 11000 1011001 1100 101100 1010001 110001

Color Harmonies of #E1AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA18

Black with #E1AA18

Text Example


Text Example

White with #E1AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA18; }

 p { color: rgb(225,170,24); }

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

background-color css

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

 a { background-color: rgb(225,170,24); }

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

border-color css

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

 span { border-color: rgb(225,170,24); }

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