Html Css Color HEX #E0AA14 Galliano

📋 copy color: '#E0AA14'

red 224 ◦ green 170 ◦ blue 20

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

Shades of Galliano #E0AA14

Tints of Galliano #E0AA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.83%

R = 54.11%
G = 41.06%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0AA14 (or 0xE0AA14) is known color: Galliano. HEX triplet: E0, AA and 14. RGB value is (224,170,20). Sum of RGB (Red+Green+Blue) = 224+170+20=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AA14 is #1F55EB. Grayscale: #A9A9A9. Windows color (decimal): -2053612 or 1354464. OLE color: 1354464.

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

Color convert

RGB 224 170 20 -
CMYK 0 0.24 0.91 0.12
HSL 44.12º 0.84% 0.48% -
HSV(B) 44.12º 0.91% 0.88% -
XYZ 45.24 44.65 6.9 -
YUV 169.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 224 170 20 0 0.24 0.91 0.12 44.12 0.84 0.48
Hex E0 AA 14 0 18 5B C 2C 54 30
Octal 340 252 24 0 30 133 14 54 124 60
Binary 11100000 10101010 10100 0 11000 1011011 1100 101100 1010100 110000

Color Harmonies of #E0AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AA14

Black with #E0AA14

Text Example


Text Example

White with #E0AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AA14; }

 p { color: rgb(224,170,20); }

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

background-color css

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

 a { background-color: rgb(224,170,20); }

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

border-color css

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

 span { border-color: rgb(224,170,20); }

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