Html Css Color HEX #E8A821 Gold Tips

📋 copy color: '#E8A821'

red 232 ◦ green 168 ◦ blue 33

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

Shades of Gold Tips #E8A821

Tints of Gold Tips #E8A821

RGB

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

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

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

R = 53.58%
G = 38.8%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E8A821 (or 0xE8A821) is known color: Gold Tips. HEX triplet: E8, A8 and 21. RGB value is (232,168,33). Sum of RGB (Red+Green+Blue) = 232+168+33=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A821 is #1757DE. Grayscale: #ACACAC. Windows color (decimal): -1529823 or 2205928. OLE color: 2205928.

HSL color Cylindrical-coordinate representation of color #E8A821: hue angle of 40.7º 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 #E8A821 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 168 33 -
CMYK 0 0.28 0.86 0.09
HSL 40.7º 0.81% 0.52% -
HSV(B) 40.7º 0.86% 0.91% -
XYZ 47.56 45.27 7.67 -
YUV 171.75 49.7 170.98 -
System Red Green Blue C M Y K H S L
Decimal 232 168 33 0 0.28 0.86 0.09 40.7 0.81 0.52
Hex E8 A8 21 0 1C 56 9 29 51 34
Octal 350 250 41 0 34 126 11 51 121 64
Binary 11101000 10101000 100001 0 11100 1010110 1001 101001 1010001 110100

Color Harmonies of #E8A821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A821

Black with #E8A821

Text Example


Text Example

White with #E8A821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A821; }

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

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

background-color css

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

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

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

border-color css

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

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

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