Html Css Color HEX #E0AF11 Galliano

📋 copy color: '#E0AF11'

red 224 ◦ green 175 ◦ blue 17

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

Shades of Galliano #E0AF11

Tints of Galliano #E0AF11

RGB

 RED value IS 224 (87.89% from 255) = 53.85%

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 53.85%
G = 42.07%
B = 4.09%

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

#E0AF11 (or 0xE0AF11) is known color: Galliano. HEX triplet: E0, AF and 11. RGB value is (224,175,17). Sum of RGB (Red+Green+Blue) = 224+175+17=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF11 is #1F50EE. Grayscale: #ACACAC. Windows color (decimal): -2052335 or 1159136. OLE color: 1159136.

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

Color convert

RGB 224 175 17 -
CMYK 0 0.22 0.92 0.12
HSL 45.8º 0.86% 0.47% -
HSV(B) 45.8º 0.92% 0.88% -
XYZ 46.17 46.55 7.08 -
YUV 171.64 40.73 165.35 -
System Red Green Blue C M Y K H S L
Decimal 224 175 17 0 0.22 0.92 0.12 45.8 0.86 0.47
Hex E0 AF 11 0 16 5C C 2E 56 2F
Octal 340 257 21 0 26 134 14 56 126 57
Binary 11100000 10101111 10001 0 10110 1011100 1100 101110 1010110 101111

Color Harmonies of #E0AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AF11

Black with #E0AF11

Text Example


Text Example

White with #E0AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AF11; }

 p { color: rgb(224,175,17); }

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

background-color css

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

 a { background-color: rgb(224,175,17); }

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

border-color css

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

 span { border-color: rgb(224,175,17); }

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