Html Css Color HEX #EEA720 Gold Tips

📋 copy color: '#EEA720'

red 238 ◦ green 167 ◦ blue 32

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

Shades of Gold Tips #EEA720

Tints of Gold Tips #EEA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.22%

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

R = 54.46%
G = 38.22%
B = 7.32%

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

#EEA720 (or 0xEEA720) is known color: Gold Tips. HEX triplet: EE, A7 and 20. RGB value is (238,167,32). Sum of RGB (Red+Green+Blue) = 238+167+32=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA720 is #1158DF. Grayscale: #ADADAD. Windows color (decimal): -1136864 or 2140142. OLE color: 2140142.

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

Color convert

RGB 238 167 32 -
CMYK 0 0.30 0.87 0.07
HSL 39.32º 0.86% 0.53% -
HSV(B) 39.32º 0.87% 0.93% -
XYZ 49.34 45.92 7.63 -
YUV 172.84 48.52 174.48 -
System Red Green Blue C M Y K H S L
Decimal 238 167 32 0 0.30 0.87 0.07 39.32 0.86 0.53
Hex EE A7 20 0 1E 57 7 27 56 35
Octal 356 247 40 0 36 127 7 47 126 65
Binary 11101110 10100111 100000 0 11110 1010111 111 100111 1010110 110101

Color Harmonies of #EEA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA720

Black with #EEA720

Text Example


Text Example

White with #EEA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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