Html Css Color HEX #EEAB1D Gold Tips

📋 copy color: '#EEAB1D'

red 238 ◦ green 171 ◦ blue 29

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

Shades of Gold Tips #EEAB1D

Tints of Gold Tips #EEAB1D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 54.34%
G = 39.04%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEAB1D (or 0xEEAB1D) is known color: Gold Tips. HEX triplet: EE, AB and 1D. RGB value is (238,171,29). Sum of RGB (Red+Green+Blue) = 238+171+29=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB1D is #1154E2. Grayscale: #AFAFAF. Windows color (decimal): -1135843 or 1944558. OLE color: 1944558.

HSL color Cylindrical-coordinate representation of color #EEAB1D: hue angle of 40.77º 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 #EEAB1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 171 29 -
CMYK 0 0.28 0.88 0.07
HSL 40.77º 0.86% 0.52% -
HSV(B) 40.77º 0.88% 0.93% -
XYZ 50.04 47.39 7.67 -
YUV 174.85 45.7 173.05 -
System Red Green Blue C M Y K H S L
Decimal 238 171 29 0 0.28 0.88 0.07 40.77 0.86 0.52
Hex EE AB 1D 0 1C 58 7 29 56 34
Octal 356 253 35 0 34 130 7 51 126 64
Binary 11101110 10101011 11101 0 11100 1011000 111 101001 1010110 110100

Color Harmonies of #EEAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB1D

Black with #EEAB1D

Text Example


Text Example

White with #EEAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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