Shades of Gold #EDD403
Tints of Gold #EDD403
RGB
CMYK
RGB Variations
Color information
#EDD403 (or 0xEDD403) is known color: Gold. HEX triplet: ED, D4 and 03. RGB value is (237,212,3). Sum of RGB (Red+Green+Blue) = 237+212+3=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD403 is #122BFC. Grayscale: #C4C4C4. Windows color (decimal): -1190909 or 251117. OLE color: 251117.
HSL color Cylindrical-coordinate representation of color #EDD403: hue angle of 53.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDD403 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.07 |
| HSL | 53.59º | 0.98% | 0.47% | - |
| HSV(B) | 53.59º | 0.99% | 0.93% | - |
| XYZ | 58.48 | 65.1 | 9.57 | - |
| YUV | 195.65 | 19.28 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 3 | 0 | 0.11 | 0.99 | 0.07 | 53.59 | 0.98 | 0.47 |
| Hex | ED | D4 | 3 | 0 | B | 63 | 7 | 36 | 62 | 2F |
| Octal | 355 | 324 | 3 | 0 | 13 | 143 | 7 | 66 | 142 | 57 |
| Binary | 11101101 | 11010100 | 11 | 0 | 1011 | 1100011 | 111 | 110110 | 1100010 | 101111 |
Color Harmonies of #EDD403
Complementary color
Monochromatic Colors of #EDD403
Black with #EDD403
Text Example
Text Example
White with #EDD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD403; }
p { color: rgb(237,212,3); }
H1.HeaderClassName
{
color: #EDD403;
}
.AnyTagClassName
{
color: #EDD403;
}
</style>
background-color css
<style>
a { background-color: #EDD403; }
a { background-color: rgb(237,212,3); }
div.DivClassName
{
background-color: #EDD403;
}
.BgClassName
{
background-color: #EDD403;
}
</style>
border-color css
<style>
span { border-color: #EDD403; }
span { border-color: rgb(237,212,3); }
td.TdClassName
{
border-color: #EDD403;
}
.TagClassName
{
border-color: #EDD403;
}
</style>