Shades of Gold #E6D005
Tints of Gold #E6D005
RGB
CMYK
RGB Variations
Color information
#E6D005 (or 0xE6D005) is known color: Gold. HEX triplet: E6, D0 and 05. RGB value is (230,208,5). Sum of RGB (Red+Green+Blue) = 230+208+5=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D005 is #192FFA. Grayscale: #C0C0C0. Windows color (decimal): -1650683 or 381158. OLE color: 381158.
HSL color Cylindrical-coordinate representation of color #E6D005: hue angle of 54.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6D005 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.10 |
| HSL | 54.13º | 0.96% | 0.46% | - |
| HSV(B) | 54.13º | 0.98% | 0.9% | - |
| XYZ | 55.22 | 61.95 | 9.19 | - |
| YUV | 191.44 | 22.79 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 5 | 0 | 0.10 | 0.98 | 0.10 | 54.13 | 0.96 | 0.46 |
| Hex | E6 | D0 | 5 | 0 | A | 62 | A | 36 | 60 | 2E |
| Octal | 346 | 320 | 5 | 0 | 12 | 142 | 12 | 66 | 140 | 56 |
| Binary | 11100110 | 11010000 | 101 | 0 | 1010 | 1100010 | 1010 | 110110 | 1100000 | 101110 |
Color Harmonies of #E6D005
Complementary color
Monochromatic Colors of #E6D005
Black with #E6D005
Text Example
Text Example
White with #E6D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D005; }
p { color: rgb(230,208,5); }
H1.HeaderClassName
{
color: #E6D005;
}
.AnyTagClassName
{
color: #E6D005;
}
</style>
background-color css
<style>
a { background-color: #E6D005; }
a { background-color: rgb(230,208,5); }
div.DivClassName
{
background-color: #E6D005;
}
.BgClassName
{
background-color: #E6D005;
}
</style>
border-color css
<style>
span { border-color: #E6D005; }
span { border-color: rgb(230,208,5); }
td.TdClassName
{
border-color: #E6D005;
}
.TagClassName
{
border-color: #E6D005;
}
</style>