Shades of Gold #EFD503
Tints of Gold #EFD503
RGB
CMYK
RGB Variations
Color information
#EFD503 (or 0xEFD503) is known color: Gold. HEX triplet: EF, D5 and 03. RGB value is (239,213,3). Sum of RGB (Red+Green+Blue) = 239+213+3=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD503 is #102AFC. Grayscale: #C5C5C5. Windows color (decimal): -1059581 or 251375. OLE color: 251375.
HSL color Cylindrical-coordinate representation of color #EFD503: hue angle of 53.39º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFD503 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.06 |
| HSL | 53.39º | 0.98% | 0.47% | - |
| HSV(B) | 53.39º | 0.99% | 0.94% | - |
| XYZ | 59.41 | 65.95 | 9.68 | - |
| YUV | 196.83 | 18.61 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 3 | 0 | 0.11 | 0.99 | 0.06 | 53.39 | 0.98 | 0.47 |
| Hex | EF | D5 | 3 | 0 | B | 63 | 6 | 35 | 62 | 2F |
| Octal | 357 | 325 | 3 | 0 | 13 | 143 | 6 | 65 | 142 | 57 |
| Binary | 11101111 | 11010101 | 11 | 0 | 1011 | 1100011 | 110 | 110101 | 1100010 | 101111 |
Color Harmonies of #EFD503
Complementary color
Monochromatic Colors of #EFD503
Black with #EFD503
Text Example
Text Example
White with #EFD503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD503; }
p { color: rgb(239,213,3); }
H1.HeaderClassName
{
color: #EFD503;
}
.AnyTagClassName
{
color: #EFD503;
}
</style>
background-color css
<style>
a { background-color: #EFD503; }
a { background-color: rgb(239,213,3); }
div.DivClassName
{
background-color: #EFD503;
}
.BgClassName
{
background-color: #EFD503;
}
</style>
border-color css
<style>
span { border-color: #EFD503; }
span { border-color: rgb(239,213,3); }
td.TdClassName
{
border-color: #EFD503;
}
.TagClassName
{
border-color: #EFD503;
}
</style>