Shades of Golden Yellow #EFDC04
Tints of Golden Yellow #EFDC04
RGB
CMYK
RGB Variations
Color information
#EFDC04 (or 0xEFDC04) is known color: Golden Yellow. HEX triplet: EF, DC and 04. RGB value is (239,220,4). Sum of RGB (Red+Green+Blue) = 239+220+4=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 4 (1.95% from 255 or 0.86% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC04 is #1023FB. Grayscale: #C9C9C9. Windows color (decimal): -1057788 or 318703. OLE color: 318703.
HSL color Cylindrical-coordinate representation of color #EFDC04: hue angle of 55.15º 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 #EFDC04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.06 |
| HSL | 55.15º | 0.97% | 0.48% | - |
| HSV(B) | 55.15º | 0.98% | 0.94% | - |
| XYZ | 61.21 | 69.55 | 10.31 | - |
| YUV | 201.06 | 16.79 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 4 | 0 | 0.08 | 0.98 | 0.06 | 55.15 | 0.97 | 0.48 |
| Hex | EF | DC | 4 | 0 | 8 | 62 | 6 | 37 | 61 | 30 |
| Octal | 357 | 334 | 4 | 0 | 10 | 142 | 6 | 67 | 141 | 60 |
| Binary | 11101111 | 11011100 | 100 | 0 | 1000 | 1100010 | 110 | 110111 | 1100001 | 110000 |
Color Harmonies of #EFDC04
Complementary color
Monochromatic Colors of #EFDC04
Black with #EFDC04
Text Example
Text Example
White with #EFDC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC04; }
p { color: rgb(239,220,4); }
H1.HeaderClassName
{
color: #EFDC04;
}
.AnyTagClassName
{
color: #EFDC04;
}
</style>
background-color css
<style>
a { background-color: #EFDC04; }
a { background-color: rgb(239,220,4); }
div.DivClassName
{
background-color: #EFDC04;
}
.BgClassName
{
background-color: #EFDC04;
}
</style>
border-color css
<style>
span { border-color: #EFDC04; }
span { border-color: rgb(239,220,4); }
td.TdClassName
{
border-color: #EFDC04;
}
.TagClassName
{
border-color: #EFDC04;
}
</style>