Html Css Color HEX #E1AA17 Galliano

📋 copy color: '#E1AA17'

red 225 ◦ green 170 ◦ blue 23

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

Shades of Galliano #E1AA17

Tints of Galliano #E1AA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.5%

R = 53.83%
G = 40.67%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E1AA17 (or 0xE1AA17) is known color: Galliano. HEX triplet: E1, AA and 17. RGB value is (225,170,23). Sum of RGB (Red+Green+Blue) = 225+170+23=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AA17 is #1E55E8. Grayscale: #AAAAAA. Windows color (decimal): -1988073 or 1551073. OLE color: 1551073.

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

Color convert

RGB 225 170 23 -
CMYK 0 0.24 0.90 0.12
HSL 43.66º 0.81% 0.49% -
HSV(B) 43.66º 0.9% 0.88% -
XYZ 45.58 44.82 7.06 -
YUV 169.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 225 170 23 0 0.24 0.90 0.12 43.66 0.81 0.49
Hex E1 AA 17 0 18 5A C 2C 51 31
Octal 341 252 27 0 30 132 14 54 121 61
Binary 11100001 10101010 10111 0 11000 1011010 1100 101100 1010001 110001

Color Harmonies of #E1AA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA17

Black with #E1AA17

Text Example


Text Example

White with #E1AA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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