Html Css Color HEX #E1A821 Galliano

📋 copy color: '#E1A821'

red 225 ◦ green 168 ◦ blue 33

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

Shades of Galliano #E1A821

Tints of Galliano #E1A821

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

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

R = 52.82%
G = 39.44%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E1A821 (or 0xE1A821) is known color: Galliano. HEX triplet: E1, A8 and 21. RGB value is (225,168,33). Sum of RGB (Red+Green+Blue) = 225+168+33=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A821 is #1E57DE. Grayscale: #AAAAAA. Windows color (decimal): -1988575 or 2205921. OLE color: 2205921.

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

Color convert

RGB 225 168 33 -
CMYK 0 0.25 0.85 0.12
HSL 42.19º 0.76% 0.51% -
HSV(B) 42.19º 0.85% 0.88% -
XYZ 45.33 44.12 7.57 -
YUV 169.65 50.88 167.48 -
System Red Green Blue C M Y K H S L
Decimal 225 168 33 0 0.25 0.85 0.12 42.19 0.76 0.51
Hex E1 A8 21 0 19 55 C 2A 4C 33
Octal 341 250 41 0 31 125 14 52 114 63
Binary 11100001 10101000 100001 0 11001 1010101 1100 101010 1001100 110011

Color Harmonies of #E1A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A821

Black with #E1A821

Text Example


Text Example

White with #E1A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A821; }

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

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

background-color css

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

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

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

border-color css

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

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

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