Shades of Golden Yellow #EFDD04
Tints of Golden Yellow #EFDD04
RGB
CMYK
RGB Variations
Color information
#EFDD04 (or 0xEFDD04) is known color: Golden Yellow. HEX triplet: EF, DD and 04. RGB value is (239,221,4). Sum of RGB (Red+Green+Blue) = 239+221+4=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD04 is #1022FB. Grayscale: #CACACA. Windows color (decimal): -1057532 or 318959. OLE color: 318959.
HSL color Cylindrical-coordinate representation of color #EFDD04: hue angle of 55.4º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFDD04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.06 |
| HSL | 55.4º | 0.97% | 0.48% | - |
| HSV(B) | 55.4º | 0.98% | 0.94% | - |
| XYZ | 61.47 | 70.07 | 10.4 | - |
| YUV | 201.64 | 16.46 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 4 | 0 | 0.08 | 0.98 | 0.06 | 55.4 | 0.97 | 0.48 |
| Hex | EF | DD | 4 | 0 | 8 | 62 | 6 | 37 | 61 | 30 |
| Octal | 357 | 335 | 4 | 0 | 10 | 142 | 6 | 67 | 141 | 60 |
| Binary | 11101111 | 11011101 | 100 | 0 | 1000 | 1100010 | 110 | 110111 | 1100001 | 110000 |
Color Harmonies of #EFDD04
Complementary color
Monochromatic Colors of #EFDD04
Black with #EFDD04
Text Example
Text Example
White with #EFDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD04; }
p { color: rgb(239,221,4); }
H1.HeaderClassName
{
color: #EFDD04;
}
.AnyTagClassName
{
color: #EFDD04;
}
</style>
background-color css
<style>
a { background-color: #EFDD04; }
a { background-color: rgb(239,221,4); }
div.DivClassName
{
background-color: #EFDD04;
}
.BgClassName
{
background-color: #EFDD04;
}
</style>
border-color css
<style>
span { border-color: #EFDD04; }
span { border-color: rgb(239,221,4); }
td.TdClassName
{
border-color: #EFDD04;
}
.TagClassName
{
border-color: #EFDD04;
}
</style>