Html Css Color HEX #E8D501 Gold

📋 copy color: '#E8D501'

red 232 ◦ green 213 ◦ blue 1

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

Shades of Gold #E8D501

Tints of Gold #E8D501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.02%
G = 47.76%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E8D501 (or 0xE8D501) is known color: Gold. HEX triplet: E8, D5 and 01. RGB value is (232,213,1). Sum of RGB (Red+Green+Blue) = 232+213+1=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D501 is #172AFE. Grayscale: #C3C3C3. Windows color (decimal): -1518335 or 120296. OLE color: 120296.

HSL color Cylindrical-coordinate representation of color #E8D501: hue angle of 55.06º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8D501 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 213 1 -
CMYK 0 0.08 1.00 0.09
HSL 55.06º 0.99% 0.46% -
HSV(B) 55.06º 1% 0.91% -
XYZ 57.08 64.75 9.52 -
YUV 194.51 18.79 154.74 -
System Red Green Blue C M Y K H S L
Decimal 232 213 1 0 0.08 1.00 0.09 55.06 0.99 0.46
Hex E8 D5 1 0 8 64 9 37 63 2E
Octal 350 325 1 0 10 144 11 67 143 56
Binary 11101000 11010101 1 0 1000 1100100 1001 110111 1100011 101110

Color Harmonies of #E8D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D501

Black with #E8D501

Text Example


Text Example

White with #E8D501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D501; }

 p { color: rgb(232,213,1); }

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

background-color css

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

 a { background-color: rgb(232,213,1); }

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

border-color css

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

 span { border-color: rgb(232,213,1); }

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