Html Css Color HEX #E0AB18 Galliano

📋 copy color: '#E0AB18'

red 224 ◦ green 171 ◦ blue 24

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

Shades of Galliano #E0AB18

Tints of Galliano #E0AB18

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

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

R = 53.46%
G = 40.81%
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

#E0AB18 (or 0xE0AB18) is known color: Galliano. HEX triplet: E0, AB and 18. RGB value is (224,171,24). Sum of RGB (Red+Green+Blue) = 224+171+24=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 24 (9.77% from 255 or 5.73% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB18 is #1F54E7. Grayscale: #AAAAAA. Windows color (decimal): -2053352 or 1616864. OLE color: 1616864.

HSL color Cylindrical-coordinate representation of color #E0AB18: hue angle of 44.1º 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 #E0AB18 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 171 24 -
CMYK 0 0.24 0.89 0.12
HSL 44.1º 0.81% 0.49% -
HSV(B) 44.1º 0.89% 0.88% -
XYZ 45.47 45.04 7.16 -
YUV 170.09 45.56 166.45 -
System Red Green Blue C M Y K H S L
Decimal 224 171 24 0 0.24 0.89 0.12 44.1 0.81 0.49
Hex E0 AB 18 0 18 59 C 2C 51 31
Octal 340 253 30 0 30 131 14 54 121 61
Binary 11100000 10101011 11000 0 11000 1011001 1100 101100 1010001 110001

Color Harmonies of #E0AB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB18

Black with #E0AB18

Text Example


Text Example

White with #E0AB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB18; }

 p { color: rgb(224,171,24); }

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

background-color css

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

 a { background-color: rgb(224,171,24); }

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

border-color css

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

 span { border-color: rgb(224,171,24); }

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