Shades of Gold #E6D302
Tints of Gold #E6D302
RGB
CMYK
RGB Variations
Color information
#E6D302 (or 0xE6D302) is known color: Gold. HEX triplet: E6, D3 and 02. RGB value is (230,211,2). Sum of RGB (Red+Green+Blue) = 230+211+2=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D302 is #192CFD. Grayscale: #C1C1C1. Windows color (decimal): -1649918 or 185318. OLE color: 185318.
HSL color Cylindrical-coordinate representation of color #E6D302: hue angle of 55º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6D302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.10 |
| HSL | 55º | 0.98% | 0.45% | - |
| HSV(B) | 55º | 0.99% | 0.9% | - |
| XYZ | 55.94 | 63.42 | 9.35 | - |
| YUV | 192.86 | 20.29 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 2 | 0 | 0.08 | 0.99 | 0.10 | 55 | 0.98 | 0.45 |
| Hex | E6 | D3 | 2 | 0 | 8 | 63 | A | 37 | 62 | 2D |
| Octal | 346 | 323 | 2 | 0 | 10 | 143 | 12 | 67 | 142 | 55 |
| Binary | 11100110 | 11010011 | 10 | 0 | 1000 | 1100011 | 1010 | 110111 | 1100010 | 101101 |
Color Harmonies of #E6D302
Complementary color
Monochromatic Colors of #E6D302
Black with #E6D302
Text Example
Text Example
White with #E6D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D302; }
p { color: rgb(230,211,2); }
H1.HeaderClassName
{
color: #E6D302;
}
.AnyTagClassName
{
color: #E6D302;
}
</style>
background-color css
<style>
a { background-color: #E6D302; }
a { background-color: rgb(230,211,2); }
div.DivClassName
{
background-color: #E6D302;
}
.BgClassName
{
background-color: #E6D302;
}
</style>
border-color css
<style>
span { border-color: #E6D302; }
span { border-color: rgb(230,211,2); }
td.TdClassName
{
border-color: #E6D302;
}
.TagClassName
{
border-color: #E6D302;
}
</style>