Html Css Color HEX #E8D000 Gold

📋 copy color: '#E8D000'

red 232 ◦ green 208 ◦ blue 0

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

Shades of Gold #E8D000

Tints of Gold #E8D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.27%

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

R = 52.73%
G = 47.27%
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

#E8D000 (or 0xE8D000) is known color: Gold. HEX triplet: E8, D0 and 00. RGB value is (232,208,0). Sum of RGB (Red+Green+Blue) = 232+208+0=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D000 is #172FFF. Grayscale: #C0C0C0. Windows color (decimal): -1519616 or 53480. OLE color: 53480.

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

Color convert

RGB 232 208 0 -
CMYK 0 0.10 1 0.09
HSL 53.79º 1% 0.45% -
HSV(B) 53.79º 1% 0.91% -
XYZ 55.83 62.27 9.08 -
YUV 191.46 19.95 156.91 -
System Red Green Blue C M Y K H S L
Decimal 232 208 0 0 0.10 1 0.09 53.79 1 0.45
Hex E8 D0 0 0 A 64 9 36 64 2D
Octal 350 320 0 0 12 144 11 66 144 55
Binary 11101000 11010000 0 0 1010 1100100 1001 110110 1100100 101101

Color Harmonies of #E8D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D000

Black with #E8D000

Text Example


Text Example

White with #E8D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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