Html Css Color HEX #E0AB17 Galliano

📋 copy color: '#E0AB17'

red 224 ◦ green 171 ◦ blue 23

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

Shades of Galliano #E0AB17

Tints of Galliano #E0AB17

RGB

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

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

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

R = 53.59%
G = 40.91%
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

#E0AB17 (or 0xE0AB17) is known color: Galliano. HEX triplet: E0, AB and 17. RGB value is (224,171,23). Sum of RGB (Red+Green+Blue) = 224+171+23=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB17 is #1F54E8. Grayscale: #AAAAAA. Windows color (decimal): -2053353 or 1551328. OLE color: 1551328.

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

Color convert

RGB 224 171 23 -
CMYK 0 0.24 0.90 0.12
HSL 44.18º 0.81% 0.48% -
HSV(B) 44.18º 0.9% 0.88% -
XYZ 45.46 45.03 7.11 -
YUV 169.98 45.06 166.53 -
System Red Green Blue C M Y K H S L
Decimal 224 171 23 0 0.24 0.90 0.12 44.18 0.81 0.48
Hex E0 AB 17 0 18 5A C 2C 51 30
Octal 340 253 27 0 30 132 14 54 121 60
Binary 11100000 10101011 10111 0 11000 1011010 1100 101100 1010001 110000

Color Harmonies of #E0AB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB17

Black with #E0AB17

Text Example


Text Example

White with #E0AB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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