Html Css Color HEX #EEAA1D Gold Tips

📋 copy color: '#EEAA1D'

red 238 ◦ green 170 ◦ blue 29

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

Shades of Gold Tips #EEAA1D

Tints of Gold Tips #EEAA1D

RGB

 RED value IS 238 (93.36% from 255) = 54.46%

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

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

R = 54.46%
G = 38.9%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEAA1D (or 0xEEAA1D) is known color: Gold Tips. HEX triplet: EE, AA and 1D. RGB value is (238,170,29). Sum of RGB (Red+Green+Blue) = 238+170+29=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA1D is #1155E2. Grayscale: #AEAEAE. Windows color (decimal): -1136099 or 1944302. OLE color: 1944302.

HSL color Cylindrical-coordinate representation of color #EEAA1D: hue angle of 40.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEAA1D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 170 29 -
CMYK 0 0.29 0.88 0.07
HSL 40.48º 0.86% 0.52% -
HSV(B) 40.48º 0.88% 0.93% -
XYZ 49.86 47.02 7.61 -
YUV 174.26 46.03 173.46 -
System Red Green Blue C M Y K H S L
Decimal 238 170 29 0 0.29 0.88 0.07 40.48 0.86 0.52
Hex EE AA 1D 0 1D 58 7 28 56 34
Octal 356 252 35 0 35 130 7 50 126 64
Binary 11101110 10101010 11101 0 11101 1011000 111 101000 1010110 110100

Color Harmonies of #EEAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA1D

Black with #EEAA1D

Text Example


Text Example

White with #EEAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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