Shades of Gold #EFD500
Tints of Gold #EFD500
RGB
CMYK
RGB Variations
Color information
#EFD500 (or 0xEFD500) is known color: Gold. HEX triplet: EF, D5 and 00. RGB value is (239,213,0). Sum of RGB (Red+Green+Blue) = 239+213+0=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD500 is #102AFF. Grayscale: #C5C5C5. Windows color (decimal): -1059584 or 54767. OLE color: 54767.
HSL color Cylindrical-coordinate representation of color #EFD500: hue angle of 53.47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFD500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.06 |
| HSL | 53.47º | 1% | 0.47% | - |
| HSV(B) | 53.47º | 1% | 0.94% | - |
| XYZ | 59.39 | 65.94 | 9.6 | - |
| YUV | 196.49 | 17.11 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 0 | 0 | 0.11 | 1 | 0.06 | 53.47 | 1 | 0.47 |
| Hex | EF | D5 | 0 | 0 | B | 64 | 6 | 35 | 64 | 2F |
| Octal | 357 | 325 | 0 | 0 | 13 | 144 | 6 | 65 | 144 | 57 |
| Binary | 11101111 | 11010101 | 0 | 0 | 1011 | 1100100 | 110 | 110101 | 1100100 | 101111 |
Color Harmonies of #EFD500
Complementary color
Monochromatic Colors of #EFD500
Black with #EFD500
Text Example
Text Example
White with #EFD500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD500; }
p { color: rgb(239,213,0); }
H1.HeaderClassName
{
color: #EFD500;
}
.AnyTagClassName
{
color: #EFD500;
}
</style>
background-color css
<style>
a { background-color: #EFD500; }
a { background-color: rgb(239,213,0); }
div.DivClassName
{
background-color: #EFD500;
}
.BgClassName
{
background-color: #EFD500;
}
</style>
border-color css
<style>
span { border-color: #EFD500; }
span { border-color: rgb(239,213,0); }
td.TdClassName
{
border-color: #EFD500;
}
.TagClassName
{
border-color: #EFD500;
}
</style>