Html Css Color HEX #E9AA21 Gold Tips

📋 copy color: '#E9AA21'

red 233 ◦ green 170 ◦ blue 33

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

Shades of Gold Tips #E9AA21

Tints of Gold Tips #E9AA21

RGB

 RED value IS 233 (91.41% from 255) = 53.44%

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

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

R = 53.44%
G = 38.99%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E9AA21 (or 0xE9AA21) is known color: Gold Tips. HEX triplet: E9, AA and 21. RGB value is (233,170,33). Sum of RGB (Red+Green+Blue) = 233+170+33=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AA21 is #1655DE. Grayscale: #ADADAD. Windows color (decimal): -1463775 or 2206441. OLE color: 2206441.

HSL color Cylindrical-coordinate representation of color #E9AA21: hue angle of 41.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9AA21 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 170 33 -
CMYK 0 0.27 0.86 0.09
HSL 41.1º 0.82% 0.52% -
HSV(B) 41.1º 0.86% 0.91% -
XYZ 48.25 46.18 7.81 -
YUV 173.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 233 170 33 0 0.27 0.86 0.09 41.1 0.82 0.52
Hex E9 AA 21 0 1B 56 9 29 52 34
Octal 351 252 41 0 33 126 11 51 122 64
Binary 11101001 10101010 100001 0 11011 1010110 1001 101001 1010010 110100

Color Harmonies of #E9AA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AA21

Black with #E9AA21

Text Example


Text Example

White with #E9AA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AA21; }

 p { color: rgb(233,170,33); }

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

background-color css

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

 a { background-color: rgb(233,170,33); }

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

border-color css

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

 span { border-color: rgb(233,170,33); }

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