Html Css Color HEX #E2AA19 Galliano

📋 copy color: '#E2AA19'

red 226 ◦ green 170 ◦ blue 25

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

Shades of Galliano #E2AA19

Tints of Galliano #E2AA19

RGB

 RED value IS 226 (88.67% from 255) = 53.68%

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

 BLUE value IS 25 (10.16% from 255) = 5.94%

R = 53.68%
G = 40.38%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E2AA19 (or 0xE2AA19) is known color: Galliano. HEX triplet: E2, AA and 19. RGB value is (226,170,25). Sum of RGB (Red+Green+Blue) = 226+170+25=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AA19 is #1D55E6. Grayscale: #AAAAAA. Windows color (decimal): -1922535 or 1682146. OLE color: 1682146.

HSL color Cylindrical-coordinate representation of color #E2AA19: hue angle of 43.28º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2AA19 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 170 25 -
CMYK 0 0.25 0.89 0.11
HSL 43.28º 0.8% 0.49% -
HSV(B) 43.28º 0.89% 0.89% -
XYZ 45.91 44.99 7.18 -
YUV 170.21 46.05 167.79 -
System Red Green Blue C M Y K H S L
Decimal 226 170 25 0 0.25 0.89 0.11 43.28 0.8 0.49
Hex E2 AA 19 0 19 59 B 2B 50 31
Octal 342 252 31 0 31 131 13 53 120 61
Binary 11100010 10101010 11001 0 11001 1011001 1011 101011 1010000 110001

Color Harmonies of #E2AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AA19

Black with #E2AA19

Text Example


Text Example

White with #E2AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AA19; }

 p { color: rgb(226,170,25); }

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

background-color css

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

 a { background-color: rgb(226,170,25); }

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

border-color css

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

 span { border-color: rgb(226,170,25); }

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