Html Css Color HEX #E0AD14 Galliano

📋 copy color: '#E0AD14'

red 224 ◦ green 173 ◦ blue 20

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

Shades of Galliano #E0AD14

Tints of Galliano #E0AD14

RGB

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

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

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

R = 53.72%
G = 41.49%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E0AD14 (or 0xE0AD14) is known color: Galliano. HEX triplet: E0, AD and 14. RGB value is (224,173,20). Sum of RGB (Red+Green+Blue) = 224+173+20=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD14 is #1F52EB. Grayscale: #ABABAB. Windows color (decimal): -2052844 or 1355232. OLE color: 1355232.

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

Color convert

RGB 224 173 20 -
CMYK 0 0.23 0.91 0.12
HSL 45º 0.84% 0.48% -
HSV(B) 45º 0.91% 0.88% -
XYZ 45.81 45.78 7.08 -
YUV 170.81 42.9 165.94 -
System Red Green Blue C M Y K H S L
Decimal 224 173 20 0 0.23 0.91 0.12 45 0.84 0.48
Hex E0 AD 14 0 17 5B C 2D 54 30
Octal 340 255 24 0 27 133 14 55 124 60
Binary 11100000 10101101 10100 0 10111 1011011 1100 101101 1010100 110000

Color Harmonies of #E0AD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0AD14

Black with #E0AD14

Text Example


Text Example

White with #E0AD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0AD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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