Html Css Color HEX #EEA520 Gold Tips

📋 copy color: '#EEA520'

red 238 ◦ green 165 ◦ blue 32

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

Shades of Gold Tips #EEA520

Tints of Gold Tips #EEA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.93%

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

R = 54.71%
G = 37.93%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EEA520 (or 0xEEA520) is known color: Gold Tips. HEX triplet: EE, A5 and 20. RGB value is (238,165,32). Sum of RGB (Red+Green+Blue) = 238+165+32=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA520 is #115ADF. Grayscale: #ACACAC. Windows color (decimal): -1137376 or 2139630. OLE color: 2139630.

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

Color convert

RGB 238 165 32 -
CMYK 0 0.31 0.87 0.07
HSL 38.74º 0.86% 0.53% -
HSV(B) 38.74º 0.87% 0.93% -
XYZ 48.98 45.19 7.51 -
YUV 171.67 49.18 175.31 -
System Red Green Blue C M Y K H S L
Decimal 238 165 32 0 0.31 0.87 0.07 38.74 0.86 0.53
Hex EE A5 20 0 1F 57 7 27 56 35
Octal 356 245 40 0 37 127 7 47 126 65
Binary 11101110 10100101 100000 0 11111 1010111 111 100111 1010110 110101

Color Harmonies of #EEA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA520

Black with #EEA520

Text Example


Text Example

White with #EEA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA520; }

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

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

background-color css

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

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

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

border-color css

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

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

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