Shades of Gold #EDD305
Tints of Gold #EDD305
RGB
CMYK
RGB Variations
Color information
#EDD305 (or 0xEDD305) is known color: Gold. HEX triplet: ED, D3 and 05. RGB value is (237,211,5). Sum of RGB (Red+Green+Blue) = 237+211+5=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 211 (82.81% from 255 or 46.58% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD305 is #122CFA. Grayscale: #C4C4C4. Windows color (decimal): -1191163 or 381933. OLE color: 381933.
HSL color Cylindrical-coordinate representation of color #EDD305: hue angle of 53.28º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDD305 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.07 |
| HSL | 53.28º | 0.96% | 0.47% | - |
| HSV(B) | 53.28º | 0.98% | 0.93% | - |
| XYZ | 58.25 | 64.6 | 9.54 | - |
| YUV | 195.29 | 20.61 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 5 | 0 | 0.11 | 0.98 | 0.07 | 53.28 | 0.96 | 0.47 |
| Hex | ED | D3 | 5 | 0 | B | 62 | 7 | 35 | 60 | 2F |
| Octal | 355 | 323 | 5 | 0 | 13 | 142 | 7 | 65 | 140 | 57 |
| Binary | 11101101 | 11010011 | 101 | 0 | 1011 | 1100010 | 111 | 110101 | 1100000 | 101111 |
Color Harmonies of #EDD305
Complementary color
Monochromatic Colors of #EDD305
Black with #EDD305
Text Example
Text Example
White with #EDD305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD305; }
p { color: rgb(237,211,5); }
H1.HeaderClassName
{
color: #EDD305;
}
.AnyTagClassName
{
color: #EDD305;
}
</style>
background-color css
<style>
a { background-color: #EDD305; }
a { background-color: rgb(237,211,5); }
div.DivClassName
{
background-color: #EDD305;
}
.BgClassName
{
background-color: #EDD305;
}
</style>
border-color css
<style>
span { border-color: #EDD305; }
span { border-color: rgb(237,211,5); }
td.TdClassName
{
border-color: #EDD305;
}
.TagClassName
{
border-color: #EDD305;
}
</style>