Shades of Gold #E6D407
Tints of Gold #E6D407
RGB
CMYK
RGB Variations
Color information
#E6D407 (or 0xE6D407) is known color: Gold. HEX triplet: E6, D4 and 07. RGB value is (230,212,7). Sum of RGB (Red+Green+Blue) = 230+212+7=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D407 is #192BF8. Grayscale: #C2C2C2. Windows color (decimal): -1649657 or 513254. OLE color: 513254.
HSL color Cylindrical-coordinate representation of color #E6D407: hue angle of 55.16º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6D407 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 7 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.10 |
| HSL | 55.16º | 0.94% | 0.46% | - |
| HSV(B) | 55.16º | 0.97% | 0.9% | - |
| XYZ | 56.21 | 63.93 | 9.58 | - |
| YUV | 194.01 | 22.46 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 7 | 0 | 0.08 | 0.97 | 0.10 | 55.16 | 0.94 | 0.46 |
| Hex | E6 | D4 | 7 | 0 | 8 | 61 | A | 37 | 5E | 2E |
| Octal | 346 | 324 | 7 | 0 | 10 | 141 | 12 | 67 | 136 | 56 |
| Binary | 11100110 | 11010100 | 111 | 0 | 1000 | 1100001 | 1010 | 110111 | 1011110 | 101110 |
Color Harmonies of #E6D407
Complementary color
Monochromatic Colors of #E6D407
Black with #E6D407
Text Example
Text Example
White with #E6D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D407; }
p { color: rgb(230,212,7); }
H1.HeaderClassName
{
color: #E6D407;
}
.AnyTagClassName
{
color: #E6D407;
}
</style>
background-color css
<style>
a { background-color: #E6D407; }
a { background-color: rgb(230,212,7); }
div.DivClassName
{
background-color: #E6D407;
}
.BgClassName
{
background-color: #E6D407;
}
</style>
border-color css
<style>
span { border-color: #E6D407; }
span { border-color: rgb(230,212,7); }
td.TdClassName
{
border-color: #E6D407;
}
.TagClassName
{
border-color: #E6D407;
}
</style>