Shades of Gold #EFD302
Tints of Gold #EFD302
RGB
CMYK
RGB Variations
Color information
#EFD302 (or 0xEFD302) is known color: Gold. HEX triplet: EF, D3 and 02. RGB value is (239,211,2). Sum of RGB (Red+Green+Blue) = 239+211+2=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD302 is #102CFD. Grayscale: #C4C4C4. Windows color (decimal): -1060094 or 185327. OLE color: 185327.
HSL color Cylindrical-coordinate representation of color #EFD302: hue angle of 52.91º 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 #EFD302 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.06 |
| HSL | 52.91º | 0.98% | 0.47% | - |
| HSV(B) | 52.91º | 0.99% | 0.94% | - |
| XYZ | 58.9 | 64.94 | 9.49 | - |
| YUV | 195.55 | 18.78 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 2 | 0 | 0.12 | 0.99 | 0.06 | 52.91 | 0.98 | 0.47 |
| Hex | EF | D3 | 2 | 0 | C | 63 | 6 | 35 | 62 | 2F |
| Octal | 357 | 323 | 2 | 0 | 14 | 143 | 6 | 65 | 142 | 57 |
| Binary | 11101111 | 11010011 | 10 | 0 | 1100 | 1100011 | 110 | 110101 | 1100010 | 101111 |
Color Harmonies of #EFD302
Complementary color
Monochromatic Colors of #EFD302
Black with #EFD302
Text Example
Text Example
White with #EFD302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD302; }
p { color: rgb(239,211,2); }
H1.HeaderClassName
{
color: #EFD302;
}
.AnyTagClassName
{
color: #EFD302;
}
</style>
background-color css
<style>
a { background-color: #EFD302; }
a { background-color: rgb(239,211,2); }
div.DivClassName
{
background-color: #EFD302;
}
.BgClassName
{
background-color: #EFD302;
}
</style>
border-color css
<style>
span { border-color: #EFD302; }
span { border-color: rgb(239,211,2); }
td.TdClassName
{
border-color: #EFD302;
}
.TagClassName
{
border-color: #EFD302;
}
</style>