#E7D000

Color #E7D000 Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #E7D000

Tints of Gold #E7D000

Color information

#E7D000 (or 0xE7D000) is unknown color: approx Gold. HEX triplet: E7, D0 and 00. RGB value is (231,208,0). Sum of RGB (Red+Green+Blue) = 231+208+0=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D000 is #182FFF. Grayscale: #C0C0C0. Windows color (decimal): -1585152 or 53479. OLE color: 53479.

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

Color convert

RGB2312080-
CMYK00.1010.09
HSL54.03º100%45.29%-
HSV(B)54.03º100%90.59%-
XYZ55.5162.19.06-
YUV191.1620.12156.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.62%
GREEN value IS 208 (81.64% from 255) = 47.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.62%
G=47.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231208000.1010.0954.0310045.29
HexE7D000A64936642d
Octal3473200012144116614455
Binary1110011111010000001010110010010011101101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D000; }

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

 H1.HeaderClassName
 {
   color: #E7D000;
 }
 .AnyTagClassName
 {
   color: #E7D000;
 }
</style>
background-color css

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

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

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

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

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

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