Html Css Color HEX #E1AF13 Galliano

📋 copy color: '#E1AF13'

red 225 ◦ green 175 ◦ blue 19

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

Shades of Galliano #E1AF13

Tints of Galliano #E1AF13

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.77%

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 53.7%
G = 41.77%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E1AF13 (or 0xE1AF13) is known color: Galliano. HEX triplet: E1, AF and 13. RGB value is (225,175,19). Sum of RGB (Red+Green+Blue) = 225+175+19=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1AF13 is #1E50EC. Grayscale: #ACACAC. Windows color (decimal): -1986797 or 1290209. OLE color: 1290209.

HSL color Cylindrical-coordinate representation of color #E1AF13: hue angle of 45.44º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1AF13 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 175 19 -
CMYK 0 0.22 0.92 0.12
HSL 45.44º 0.84% 0.48% -
HSV(B) 45.44º 0.92% 0.88% -
XYZ 46.5 46.71 7.18 -
YUV 172.17 41.57 165.68 -
System Red Green Blue C M Y K H S L
Decimal 225 175 19 0 0.22 0.92 0.12 45.44 0.84 0.48
Hex E1 AF 13 0 16 5C C 2D 54 30
Octal 341 257 23 0 26 134 14 55 124 60
Binary 11100001 10101111 10011 0 10110 1011100 1100 101101 1010100 110000

Color Harmonies of #E1AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AF13

Black with #E1AF13

Text Example


Text Example

White with #E1AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AF13; }

 p { color: rgb(225,175,19); }

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

background-color css

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

 a { background-color: rgb(225,175,19); }

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

border-color css

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

 span { border-color: rgb(225,175,19); }

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