Html Css Color HEX #E9AA1D Gold Tips

📋 copy color: '#E9AA1D'

red 233 ◦ green 170 ◦ blue 29

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

Shades of Gold Tips #E9AA1D

Tints of Gold Tips #E9AA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 53.94%
G = 39.35%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9AA1D (or 0xE9AA1D) is known color: Gold Tips. HEX triplet: E9, AA and 1D. RGB value is (233,170,29). Sum of RGB (Red+Green+Blue) = 233+170+29=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AA1D is #1655E2. Grayscale: #ADADAD. Windows color (decimal): -1463779 or 1944297. OLE color: 1944297.

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

Color convert

RGB 233 170 29 -
CMYK 0 0.27 0.88 0.09
HSL 41.47º 0.82% 0.51% -
HSV(B) 41.47º 0.88% 0.91% -
XYZ 48.2 46.16 7.53 -
YUV 172.76 46.87 170.96 -
System Red Green Blue C M Y K H S L
Decimal 233 170 29 0 0.27 0.88 0.09 41.47 0.82 0.51
Hex E9 AA 1D 0 1B 58 9 29 52 33
Octal 351 252 35 0 33 130 11 51 122 63
Binary 11101001 10101010 11101 0 11011 1011000 1001 101001 1010010 110011

Color Harmonies of #E9AA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AA1D

Black with #E9AA1D

Text Example


Text Example

White with #E9AA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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