Html Css Color HEX #E1A224 Galliano

📋 copy color: '#E1A224'

red 225 ◦ green 162 ◦ blue 36

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

Shades of Galliano #E1A224

Tints of Galliano #E1A224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 53.19%
G = 38.3%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E1A224 (or 0xE1A224) is known color: Galliano. HEX triplet: E1, A2 and 24. RGB value is (225,162,36). Sum of RGB (Red+Green+Blue) = 225+162+36=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A224 is #1E5DDB. Grayscale: #A7A7A7. Windows color (decimal): -1990108 or 2400993. OLE color: 2400993.

HSL color Cylindrical-coordinate representation of color #E1A224: 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.84%. Process color model (Four color, CMYK) of #E1A224 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 162 36 -
CMYK 0 0.28 0.84 0.12
HSL 40º 0.76% 0.51% -
HSV(B) 40º 0.84% 0.88% -
XYZ 44.29 41.98 7.44 -
YUV 166.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 225 162 36 0 0.28 0.84 0.12 40 0.76 0.51
Hex E1 A2 24 0 1C 54 C 28 4C 33
Octal 341 242 44 0 34 124 14 50 114 63
Binary 11100001 10100010 100100 0 11100 1010100 1100 101000 1001100 110011

Color Harmonies of #E1A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A224

Black with #E1A224

Text Example


Text Example

White with #E1A224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A224; }

 p { color: rgb(225,162,36); }

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

background-color css

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

 a { background-color: rgb(225,162,36); }

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

border-color css

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

 span { border-color: rgb(225,162,36); }

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