Html Css Color HEX #EEA620 Gold Tips

📋 copy color: '#EEA620'

red 238 ◦ green 166 ◦ blue 32

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

Shades of Gold Tips #EEA620

Tints of Gold Tips #EEA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

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

R = 54.59%
G = 38.07%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEA620 (or 0xEEA620) is known color: Gold Tips. HEX triplet: EE, A6 and 20. RGB value is (238,166,32). Sum of RGB (Red+Green+Blue) = 238+166+32=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA620 is #1159DF. Grayscale: #ACACAC. Windows color (decimal): -1137120 or 2139886. OLE color: 2139886.

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

Color convert

RGB 238 166 32 -
CMYK 0 0.30 0.87 0.07
HSL 39.03º 0.86% 0.53% -
HSV(B) 39.03º 0.87% 0.93% -
XYZ 49.16 45.55 7.57 -
YUV 172.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 238 166 32 0 0.30 0.87 0.07 39.03 0.86 0.53
Hex EE A6 20 0 1E 57 7 27 56 35
Octal 356 246 40 0 36 127 7 47 126 65
Binary 11101110 10100110 100000 0 11110 1010111 111 100111 1010110 110101

Color Harmonies of #EEA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA620

Black with #EEA620

Text Example


Text Example

White with #EEA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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