Shades of Gold #E6D50A
Tints of Gold #E6D50A
RGB
CMYK
RGB Variations
Color information
#E6D50A (or 0xE6D50A) is known color: Gold. HEX triplet: E6, D5 and 0A. RGB value is (230,213,10). Sum of RGB (Red+Green+Blue) = 230+213+10=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D50A is #192AF5. Grayscale: #C3C3C3. Windows color (decimal): -1649398 or 710118. OLE color: 710118.
HSL color Cylindrical-coordinate representation of color #E6D50A: hue angle of 55.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6D50A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.10 |
| HSL | 55.36º | 0.92% | 0.47% | - |
| HSV(B) | 55.36º | 0.96% | 0.9% | - |
| XYZ | 56.48 | 64.43 | 9.75 | - |
| YUV | 194.94 | 23.63 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 10 | 0 | 0.07 | 0.96 | 0.10 | 55.36 | 0.92 | 0.47 |
| Hex | E6 | D5 | A | 0 | 7 | 60 | A | 37 | 5C | 2F |
| Octal | 346 | 325 | 12 | 0 | 7 | 140 | 12 | 67 | 134 | 57 |
| Binary | 11100110 | 11010101 | 1010 | 0 | 111 | 1100000 | 1010 | 110111 | 1011100 | 101111 |
Color Harmonies of #E6D50A
Complementary color
Monochromatic Colors of #E6D50A
Black with #E6D50A
Text Example
Text Example
White with #E6D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D50A; }
p { color: rgb(230,213,10); }
H1.HeaderClassName
{
color: #E6D50A;
}
.AnyTagClassName
{
color: #E6D50A;
}
</style>
background-color css
<style>
a { background-color: #E6D50A; }
a { background-color: rgb(230,213,10); }
div.DivClassName
{
background-color: #E6D50A;
}
.BgClassName
{
background-color: #E6D50A;
}
</style>
border-color css
<style>
span { border-color: #E6D50A; }
span { border-color: rgb(230,213,10); }
td.TdClassName
{
border-color: #E6D50A;
}
.TagClassName
{
border-color: #E6D50A;
}
</style>