Shades of Golden Yellow #EFDC09
Tints of Golden Yellow #EFDC09
RGB
CMYK
RGB Variations
Color information
#EFDC09 (or 0xEFDC09) is known color: Golden Yellow. HEX triplet: EF, DC and 09. RGB value is (239,220,9). Sum of RGB (Red+Green+Blue) = 239+220+9=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 9 (3.91% from 255 or 1.92% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC09 is #1023F6. Grayscale: #CACACA. Windows color (decimal): -1057783 or 646383. OLE color: 646383.
HSL color Cylindrical-coordinate representation of color #EFDC09: hue angle of 55.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFDC09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.06 |
| HSL | 55.04º | 0.93% | 0.49% | - |
| HSV(B) | 55.04º | 0.96% | 0.94% | - |
| XYZ | 61.24 | 69.56 | 10.46 | - |
| YUV | 201.63 | 19.29 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 9 | 0 | 0.08 | 0.96 | 0.06 | 55.04 | 0.93 | 0.49 |
| Hex | EF | DC | 9 | 0 | 8 | 60 | 6 | 37 | 5D | 31 |
| Octal | 357 | 334 | 11 | 0 | 10 | 140 | 6 | 67 | 135 | 61 |
| Binary | 11101111 | 11011100 | 1001 | 0 | 1000 | 1100000 | 110 | 110111 | 1011101 | 110001 |
Color Harmonies of #EFDC09
Complementary color
Monochromatic Colors of #EFDC09
Black with #EFDC09
Text Example
Text Example
White with #EFDC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC09; }
p { color: rgb(239,220,9); }
H1.HeaderClassName
{
color: #EFDC09;
}
.AnyTagClassName
{
color: #EFDC09;
}
</style>
background-color css
<style>
a { background-color: #EFDC09; }
a { background-color: rgb(239,220,9); }
div.DivClassName
{
background-color: #EFDC09;
}
.BgClassName
{
background-color: #EFDC09;
}
</style>
border-color css
<style>
span { border-color: #EFDC09; }
span { border-color: rgb(239,220,9); }
td.TdClassName
{
border-color: #EFDC09;
}
.TagClassName
{
border-color: #EFDC09;
}
</style>