Html Css Color HEX #E0AB15 Galliano

📋 copy color: '#E0AB15'

red 224 ◦ green 171 ◦ blue 21

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

Shades of Galliano #E0AB15

Tints of Galliano #E0AB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.05%

R = 53.85%
G = 41.11%
B = 5.05%

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

#E0AB15 (or 0xE0AB15) is known color: Galliano. HEX triplet: E0, AB and 15. RGB value is (224,171,21). Sum of RGB (Red+Green+Blue) = 224+171+21=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AB15 is #1F54EA. Grayscale: #AAAAAA. Windows color (decimal): -2053355 or 1420256. OLE color: 1420256.

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

Color convert

RGB 224 171 21 -
CMYK 0 0.24 0.91 0.12
HSL 44.33º 0.83% 0.48% -
HSV(B) 44.33º 0.91% 0.88% -
XYZ 45.44 45.03 7.01 -
YUV 169.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 224 171 21 0 0.24 0.91 0.12 44.33 0.83 0.48
Hex E0 AB 15 0 18 5B C 2C 53 30
Octal 340 253 25 0 30 133 14 54 123 60
Binary 11100000 10101011 10101 0 11000 1011011 1100 101100 1010011 110000

Color Harmonies of #E0AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AB15

Black with #E0AB15

Text Example


Text Example

White with #E0AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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