Html Css Color HEX #EEA820 Gold Tips

📋 copy color: '#EEA820'

red 238 ◦ green 168 ◦ blue 32

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

Shades of Gold Tips #EEA820

Tints of Gold Tips #EEA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

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

R = 54.34%
G = 38.36%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEA820 (or 0xEEA820) is known color: Gold Tips. HEX triplet: EE, A8 and 20. RGB value is (238,168,32). Sum of RGB (Red+Green+Blue) = 238+168+32=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA820 is #1157DF. Grayscale: #AEAEAE. Windows color (decimal): -1136608 or 2140398. OLE color: 2140398.

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

Color convert

RGB 238 168 32 -
CMYK 0 0.29 0.87 0.07
HSL 39.61º 0.86% 0.53% -
HSV(B) 39.61º 0.87% 0.93% -
XYZ 49.52 46.29 7.69 -
YUV 173.43 48.19 174.06 -
System Red Green Blue C M Y K H S L
Decimal 238 168 32 0 0.29 0.87 0.07 39.61 0.86 0.53
Hex EE A8 20 0 1D 57 7 28 56 35
Octal 356 250 40 0 35 127 7 50 126 65
Binary 11101110 10101000 100000 0 11101 1010111 111 101000 1010110 110101

Color Harmonies of #EEA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA820

Black with #EEA820

Text Example


Text Example

White with #EEA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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