Html Css Color HEX #E0AD18 Galliano

📋 copy color: '#E0AD18'

red 224 ◦ green 173 ◦ blue 24

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

Shades of Galliano #E0AD18

Tints of Galliano #E0AD18

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

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

R = 53.21%
G = 41.09%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E0AD18 (or 0xE0AD18) is known color: Galliano. HEX triplet: E0, AD and 18. RGB value is (224,173,24). Sum of RGB (Red+Green+Blue) = 224+173+24=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD18 is #1F52E7. Grayscale: #ABABAB. Windows color (decimal): -2052840 or 1617376. OLE color: 1617376.

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

Color convert

RGB 224 173 24 -
CMYK 0 0.23 0.89 0.12
HSL 44.7º 0.81% 0.49% -
HSV(B) 44.7º 0.89% 0.88% -
XYZ 45.85 45.8 7.29 -
YUV 171.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 224 173 24 0 0.23 0.89 0.12 44.7 0.81 0.49
Hex E0 AD 18 0 17 59 C 2D 51 31
Octal 340 255 30 0 27 131 14 55 121 61
Binary 11100000 10101101 11000 0 10111 1011001 1100 101101 1010001 110001

Color Harmonies of #E0AD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD18

Black with #E0AD18

Text Example


Text Example

White with #E0AD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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