Html Css Color HEX #E8AD21 Gold Tips

📋 copy color: '#E8AD21'

red 232 ◦ green 173 ◦ blue 33

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

Shades of Gold Tips #E8AD21

Tints of Gold Tips #E8AD21

RGB

 RED value IS 232 (91.02% from 255) = 52.97%

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

 BLUE value IS 33 (13.28% from 255) = 7.53%

R = 52.97%
G = 39.5%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E8AD21 (or 0xE8AD21) is known color: Gold Tips. HEX triplet: E8, AD and 21. RGB value is (232,173,33). Sum of RGB (Red+Green+Blue) = 232+173+33=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD21 is #1752DE. Grayscale: #AFAFAF. Windows color (decimal): -1528543 or 2207208. OLE color: 2207208.

HSL color Cylindrical-coordinate representation of color #E8AD21: hue angle of 42.21º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E8AD21 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 173 33 -
CMYK 0 0.25 0.86 0.09
HSL 42.21º 0.81% 0.52% -
HSV(B) 42.21º 0.86% 0.91% -
XYZ 48.5 47.15 7.98 -
YUV 174.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 232 173 33 0 0.25 0.86 0.09 42.21 0.81 0.52
Hex E8 AD 21 0 19 56 9 2A 51 34
Octal 350 255 41 0 31 126 11 52 121 64
Binary 11101000 10101101 100001 0 11001 1010110 1001 101010 1010001 110100

Color Harmonies of #E8AD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD21

Black with #E8AD21

Text Example


Text Example

White with #E8AD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD21; }

 p { color: rgb(232,173,33); }

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

background-color css

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

 a { background-color: rgb(232,173,33); }

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

border-color css

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

 span { border-color: rgb(232,173,33); }

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