Shades of Gold #E6D505
Tints of Gold #E6D505
RGB
CMYK
RGB Variations
Color information
#E6D505 (or 0xE6D505) is known color: Gold. HEX triplet: E6, D5 and 05. RGB value is (230,213,5). Sum of RGB (Red+Green+Blue) = 230+213+5=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D505 is #192AFA. Grayscale: #C3C3C3. Windows color (decimal): -1649403 or 382438. OLE color: 382438.
HSL color Cylindrical-coordinate representation of color #E6D505: hue angle of 55.47º 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 #E6D505 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.10 |
| HSL | 55.47º | 0.96% | 0.46% | - |
| HSV(B) | 55.47º | 0.98% | 0.9% | - |
| XYZ | 56.45 | 64.42 | 9.6 | - |
| YUV | 194.37 | 21.13 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 5 | 0 | 0.07 | 0.98 | 0.10 | 55.47 | 0.96 | 0.46 |
| Hex | E6 | D5 | 5 | 0 | 7 | 62 | A | 37 | 60 | 2E |
| Octal | 346 | 325 | 5 | 0 | 7 | 142 | 12 | 67 | 140 | 56 |
| Binary | 11100110 | 11010101 | 101 | 0 | 111 | 1100010 | 1010 | 110111 | 1100000 | 101110 |
Color Harmonies of #E6D505
Complementary color
Monochromatic Colors of #E6D505
Black with #E6D505
Text Example
Text Example
White with #E6D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D505; }
p { color: rgb(230,213,5); }
H1.HeaderClassName
{
color: #E6D505;
}
.AnyTagClassName
{
color: #E6D505;
}
</style>
background-color css
<style>
a { background-color: #E6D505; }
a { background-color: rgb(230,213,5); }
div.DivClassName
{
background-color: #E6D505;
}
.BgClassName
{
background-color: #E6D505;
}
</style>
border-color css
<style>
span { border-color: #E6D505; }
span { border-color: rgb(230,213,5); }
td.TdClassName
{
border-color: #E6D505;
}
.TagClassName
{
border-color: #E6D505;
}
</style>