Html Css Color HEX #E0A221 Galliano

📋 copy color: '#E0A221'

red 224 ◦ green 162 ◦ blue 33

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

Shades of Galliano #E0A221

Tints of Galliano #E0A221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 53.46%
G = 38.66%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0A221 (or 0xE0A221) is known color: Galliano. HEX triplet: E0, A2 and 21. RGB value is (224,162,33). Sum of RGB (Red+Green+Blue) = 224+162+33=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A221 is #1F5DDE. Grayscale: #A6A6A6. Windows color (decimal): -2055647 or 2204384. OLE color: 2204384.

HSL color Cylindrical-coordinate representation of color #E0A221: hue angle of 40.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0A221 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 162 33 -
CMYK 0 0.28 0.85 0.12
HSL 40.52º 0.75% 0.5% -
HSV(B) 40.52º 0.85% 0.88% -
XYZ 43.94 41.8 7.19 -
YUV 165.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 224 162 33 0 0.28 0.85 0.12 40.52 0.75 0.5
Hex E0 A2 21 0 1C 55 C 29 4B 32
Octal 340 242 41 0 34 125 14 51 113 62
Binary 11100000 10100010 100001 0 11100 1010101 1100 101001 1001011 110010

Color Harmonies of #E0A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A221

Black with #E0A221

Text Example


Text Example

White with #E0A221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A221; }

 p { color: rgb(224,162,33); }

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

background-color css

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

 a { background-color: rgb(224,162,33); }

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

border-color css

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

 span { border-color: rgb(224,162,33); }

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