Html Css Color HEX #E1AA27 Gold Tips

📋 copy color: '#E1AA27'

red 225 ◦ green 170 ◦ blue 39

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

Shades of Gold Tips #E1AA27

Tints of Gold Tips #E1AA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 51.84%
G = 39.17%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1AA27 (or 0xE1AA27) is known color: Gold Tips. HEX triplet: E1, AA and 27. RGB value is (225,170,39). Sum of RGB (Red+Green+Blue) = 225+170+39=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA27 is #1E55D8. Grayscale: #ACACAC. Windows color (decimal): -1988057 or 2599649. OLE color: 2599649.

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

Color convert

RGB 225 170 39 -
CMYK 0 0.24 0.83 0.12
HSL 42.26º 0.76% 0.52% -
HSV(B) 42.26º 0.83% 0.88% -
XYZ 45.79 44.9 8.17 -
YUV 171.51 53.22 166.15 -
System Red Green Blue C M Y K H S L
Decimal 225 170 39 0 0.24 0.83 0.12 42.26 0.76 0.52
Hex E1 AA 27 0 18 53 C 2A 4C 34
Octal 341 252 47 0 30 123 14 52 114 64
Binary 11100001 10101010 100111 0 11000 1010011 1100 101010 1001100 110100

Color Harmonies of #E1AA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1AA27

Black with #E1AA27

Text Example


Text Example

White with #E1AA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1AA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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