Html Css Color HEX #E8D100 Gold

📋 copy color: '#E8D100'

red 232 ◦ green 209 ◦ blue 0

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

Shades of Gold #E8D100

Tints of Gold #E8D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.61%
G = 47.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E8D100 (or 0xE8D100) is known color: Gold. HEX triplet: E8, D1 and 00. RGB value is (232,209,0). Sum of RGB (Red+Green+Blue) = 232+209+0=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D100 is #172EFF. Grayscale: #C0C0C0. Windows color (decimal): -1519360 or 53736. OLE color: 53736.

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

Color convert

RGB 232 209 0 -
CMYK 0 0.10 1 0.09
HSL 54.05º 1% 0.45% -
HSV(B) 54.05º 1% 0.91% -
XYZ 56.08 62.76 9.16 -
YUV 192.05 19.62 156.49 -
System Red Green Blue C M Y K H S L
Decimal 232 209 0 0 0.10 1 0.09 54.05 1 0.45
Hex E8 D1 0 0 A 64 9 36 64 2D
Octal 350 321 0 0 12 144 11 66 144 55
Binary 11101000 11010001 0 0 1010 1100100 1001 110110 1100100 101101

Color Harmonies of #E8D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D100

Black with #E8D100

Text Example


Text Example

White with #E8D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D100; }

 p { color: rgb(232,209,0); }

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

background-color css

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

 a { background-color: rgb(232,209,0); }

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

border-color css

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

 span { border-color: rgb(232,209,0); }

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