Html Css Color HEX #EEAD20 Gold Tips

📋 copy color: '#EEAD20'

red 238 ◦ green 173 ◦ blue 32

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

Shades of Gold Tips #EEAD20

Tints of Gold Tips #EEAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.05%

 BLUE value IS 32 (12.89% from 255) = 7.22%

R = 53.72%
G = 39.05%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEAD20 (or 0xEEAD20) is known color: Gold Tips. HEX triplet: EE, AD and 20. RGB value is (238,173,32). Sum of RGB (Red+Green+Blue) = 238+173+32=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD20 is #1152DF. Grayscale: #B0B0B0. Windows color (decimal): -1135328 or 2141678. OLE color: 2141678.

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

Color convert

RGB 238 173 32 -
CMYK 0 0.27 0.87 0.07
HSL 41.07º 0.86% 0.53% -
HSV(B) 41.07º 0.87% 0.93% -
XYZ 50.46 48.17 8 -
YUV 176.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 238 173 32 0 0.27 0.87 0.07 41.07 0.86 0.53
Hex EE AD 20 0 1B 57 7 29 56 35
Octal 356 255 40 0 33 127 7 51 126 65
Binary 11101110 10101101 100000 0 11011 1010111 111 101001 1010110 110101

Color Harmonies of #EEAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD20

Black with #EEAD20

Text Example


Text Example

White with #EEAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD20; }

 p { color: rgb(238,173,32); }

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

background-color css

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

 a { background-color: rgb(238,173,32); }

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

border-color css

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

 span { border-color: rgb(238,173,32); }

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