Html Css Color HEX #E8A520 Gold Tips

📋 copy color: '#E8A520'

red 232 ◦ green 165 ◦ blue 32

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

Shades of Gold Tips #E8A520

Tints of Gold Tips #E8A520

RGB

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

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

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

R = 54.08%
G = 38.46%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E8A520 (or 0xE8A520) is known color: Gold Tips. HEX triplet: E8, A5 and 20. RGB value is (232,165,32). Sum of RGB (Red+Green+Blue) = 232+165+32=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A520 is #175ADF. Grayscale: #AAAAAA. Windows color (decimal): -1530592 or 2139624. OLE color: 2139624.

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

Color convert

RGB 232 165 32 -
CMYK 0 0.29 0.86 0.09
HSL 39.9º 0.81% 0.52% -
HSV(B) 39.9º 0.86% 0.91% -
XYZ 46.99 44.17 7.42 -
YUV 169.87 50.2 172.31 -
System Red Green Blue C M Y K H S L
Decimal 232 165 32 0 0.29 0.86 0.09 39.9 0.81 0.52
Hex E8 A5 20 0 1D 56 9 28 51 34
Octal 350 245 40 0 35 126 11 50 121 64
Binary 11101000 10100101 100000 0 11101 1010110 1001 101000 1010001 110100

Color Harmonies of #E8A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A520

Black with #E8A520

Text Example


Text Example

White with #E8A520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A520; }

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

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

background-color css

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

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

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

border-color css

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

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

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