Html Css Color HEX #E8D508 Gold

📋 copy color: '#E8D508'

red 232 ◦ green 213 ◦ blue 8

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

Shades of Gold #E8D508

Tints of Gold #E8D508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 51.21%
G = 47.02%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E8D508 (or 0xE8D508) is known color: Gold. HEX triplet: E8, D5 and 08. RGB value is (232,213,8). Sum of RGB (Red+Green+Blue) = 232+213+8=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D508 is #172AF7. Grayscale: #C4C4C4. Windows color (decimal): -1518328 or 579048. OLE color: 579048.

HSL color Cylindrical-coordinate representation of color #E8D508: hue angle of 54.91º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8D508 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 213 8 -
CMYK 0 0.08 0.97 0.09
HSL 54.91º 0.93% 0.47% -
HSV(B) 54.91º 0.97% 0.91% -
XYZ 57.12 64.76 9.72 -
YUV 195.31 22.29 154.17 -
System Red Green Blue C M Y K H S L
Decimal 232 213 8 0 0.08 0.97 0.09 54.91 0.93 0.47
Hex E8 D5 8 0 8 61 9 37 5D 2F
Octal 350 325 10 0 10 141 11 67 135 57
Binary 11101000 11010101 1000 0 1000 1100001 1001 110111 1011101 101111

Color Harmonies of #E8D508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D508

Black with #E8D508

Text Example


Text Example

White with #E8D508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D508; }

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

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

background-color css

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

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

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

border-color css

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

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

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