Shades of Gold #EFD502
Tints of Gold #EFD502
RGB
CMYK
RGB Variations
Color information
#EFD502 (or 0xEFD502) is known color: Gold. HEX triplet: EF, D5 and 02. RGB value is (239,213,2). Sum of RGB (Red+Green+Blue) = 239+213+2=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD502 is #102AFD. Grayscale: #C5C5C5. Windows color (decimal): -1059582 or 185839. OLE color: 185839.
HSL color Cylindrical-coordinate representation of color #EFD502: hue angle of 53.42º 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 #EFD502 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.06 |
| HSL | 53.42º | 0.98% | 0.47% | - |
| HSV(B) | 53.42º | 0.99% | 0.94% | - |
| XYZ | 59.4 | 65.94 | 9.66 | - |
| YUV | 196.72 | 18.11 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 2 | 0 | 0.11 | 0.99 | 0.06 | 53.42 | 0.98 | 0.47 |
| Hex | EF | D5 | 2 | 0 | B | 63 | 6 | 35 | 62 | 2F |
| Octal | 357 | 325 | 2 | 0 | 13 | 143 | 6 | 65 | 142 | 57 |
| Binary | 11101111 | 11010101 | 10 | 0 | 1011 | 1100011 | 110 | 110101 | 1100010 | 101111 |
Color Harmonies of #EFD502
Complementary color
Monochromatic Colors of #EFD502
Black with #EFD502
Text Example
Text Example
White with #EFD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD502; }
p { color: rgb(239,213,2); }
H1.HeaderClassName
{
color: #EFD502;
}
.AnyTagClassName
{
color: #EFD502;
}
</style>
background-color css
<style>
a { background-color: #EFD502; }
a { background-color: rgb(239,213,2); }
div.DivClassName
{
background-color: #EFD502;
}
.BgClassName
{
background-color: #EFD502;
}
</style>
border-color css
<style>
span { border-color: #EFD502; }
span { border-color: rgb(239,213,2); }
td.TdClassName
{
border-color: #EFD502;
}
.TagClassName
{
border-color: #EFD502;
}
</style>