Shades of Golden Yellow #EFDB04
Tints of Golden Yellow #EFDB04
RGB
CMYK
RGB Variations
Color information
#EFDB04 (or 0xEFDB04) is known color: Golden Yellow. HEX triplet: EF, DB and 04. RGB value is (239,219,4). Sum of RGB (Red+Green+Blue) = 239+219+4=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB04 is #1024FB. Grayscale: #C9C9C9. Windows color (decimal): -1058044 or 318447. OLE color: 318447.
HSL color Cylindrical-coordinate representation of color #EFDB04: hue angle of 54.89º 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 #EFDB04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.06 |
| HSL | 54.89º | 0.97% | 0.48% | - |
| HSV(B) | 54.89º | 0.98% | 0.94% | - |
| XYZ | 60.95 | 69.02 | 10.23 | - |
| YUV | 200.47 | 17.13 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 4 | 0 | 0.08 | 0.98 | 0.06 | 54.89 | 0.97 | 0.48 |
| Hex | EF | DB | 4 | 0 | 8 | 62 | 6 | 37 | 61 | 30 |
| Octal | 357 | 333 | 4 | 0 | 10 | 142 | 6 | 67 | 141 | 60 |
| Binary | 11101111 | 11011011 | 100 | 0 | 1000 | 1100010 | 110 | 110111 | 1100001 | 110000 |
Color Harmonies of #EFDB04
Complementary color
Monochromatic Colors of #EFDB04
Black with #EFDB04
Text Example
Text Example
White with #EFDB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB04; }
p { color: rgb(239,219,4); }
H1.HeaderClassName
{
color: #EFDB04;
}
.AnyTagClassName
{
color: #EFDB04;
}
</style>
background-color css
<style>
a { background-color: #EFDB04; }
a { background-color: rgb(239,219,4); }
div.DivClassName
{
background-color: #EFDB04;
}
.BgClassName
{
background-color: #EFDB04;
}
</style>
border-color css
<style>
span { border-color: #EFDB04; }
span { border-color: rgb(239,219,4); }
td.TdClassName
{
border-color: #EFDB04;
}
.TagClassName
{
border-color: #EFDB04;
}
</style>