Html Css Color HEX #E1A121 Galliano

📋 copy color: '#E1A121'

red 225 ◦ green 161 ◦ blue 33

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

Shades of Galliano #E1A121

Tints of Galliano #E1A121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 53.7%
G = 38.42%
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

#E1A121 (or 0xE1A121) is known color: Galliano. HEX triplet: E1, A1 and 21. RGB value is (225,161,33). Sum of RGB (Red+Green+Blue) = 225+161+33=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A121 is #1E5EDE. Grayscale: #A6A6A6. Windows color (decimal): -1990367 or 2204129. OLE color: 2204129.

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

Color convert

RGB 225 161 33 -
CMYK 0 0.28 0.85 0.12
HSL 40º 0.76% 0.51% -
HSV(B) 40º 0.85% 0.88% -
XYZ 44.07 41.61 7.15 -
YUV 165.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 225 161 33 0 0.28 0.85 0.12 40 0.76 0.51
Hex E1 A1 21 0 1C 55 C 28 4C 33
Octal 341 241 41 0 34 125 14 50 114 63
Binary 11100001 10100001 100001 0 11100 1010101 1100 101000 1001100 110011

Color Harmonies of #E1A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A121

Black with #E1A121

Text Example


Text Example

White with #E1A121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A121; }

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

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

background-color css

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

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

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

border-color css

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

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

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