Html Css Color HEX #E1AA21 Galliano

📋 copy color: '#E1AA21'

red 225 ◦ green 170 ◦ blue 33

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

Shades of Galliano #E1AA21

Tints of Galliano #E1AA21

RGB

 RED value IS 225 (88.28% from 255) = 52.57%

 GREEN value IS 170 (66.8% from 255) = 39.72%

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

R = 52.57%
G = 39.72%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1AA21 (or 0xE1AA21) is known color: Galliano. HEX triplet: E1, AA and 21. RGB value is (225,170,33). Sum of RGB (Red+Green+Blue) = 225+170+33=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA21 is #1E55DE. Grayscale: #ABABAB. Windows color (decimal): -1988063 or 2206433. OLE color: 2206433.

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

Color convert

RGB 225 170 33 -
CMYK 0 0.24 0.85 0.12
HSL 42.81º 0.76% 0.51% -
HSV(B) 42.81º 0.85% 0.88% -
XYZ 45.7 44.87 7.69 -
YUV 170.83 50.22 166.64 -
System Red Green Blue C M Y K H S L
Decimal 225 170 33 0 0.24 0.85 0.12 42.81 0.76 0.51
Hex E1 AA 21 0 18 55 C 2B 4C 33
Octal 341 252 41 0 30 125 14 53 114 63
Binary 11100001 10101010 100001 0 11000 1010101 1100 101011 1001100 110011

Color Harmonies of #E1AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA21

Black with #E1AA21

Text Example


Text Example

White with #E1AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA21; }

 p { color: rgb(225,170,33); }

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

background-color css

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

 a { background-color: rgb(225,170,33); }

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

border-color css

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

 span { border-color: rgb(225,170,33); }

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