Shades of Golden Yellow #EFDC00
Tints of Golden Yellow #EFDC00
RGB
CMYK
RGB Variations
Color information
#EFDC00 (or 0xEFDC00) is known color: Golden Yellow. HEX triplet: EF, DC and 00. RGB value is (239,220,0). Sum of RGB (Red+Green+Blue) = 239+220+0=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC00 is #1023FF. Grayscale: #C9C9C9. Windows color (decimal): -1057792 or 56559. OLE color: 56559.
HSL color Cylindrical-coordinate representation of color #EFDC00: hue angle of 55.23º 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 #EFDC00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.06 |
| HSL | 55.23º | 1% | 0.47% | - |
| HSV(B) | 55.23º | 1% | 0.94% | - |
| XYZ | 61.19 | 69.54 | 10.2 | - |
| YUV | 200.6 | 14.79 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 0 | 0 | 0.08 | 1 | 0.06 | 55.23 | 1 | 0.47 |
| Hex | EF | DC | 0 | 0 | 8 | 64 | 6 | 37 | 64 | 2F |
| Octal | 357 | 334 | 0 | 0 | 10 | 144 | 6 | 67 | 144 | 57 |
| Binary | 11101111 | 11011100 | 0 | 0 | 1000 | 1100100 | 110 | 110111 | 1100100 | 101111 |
Color Harmonies of #EFDC00
Complementary color
Monochromatic Colors of #EFDC00
Black with #EFDC00
Text Example
Text Example
White with #EFDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC00; }
p { color: rgb(239,220,0); }
H1.HeaderClassName
{
color: #EFDC00;
}
.AnyTagClassName
{
color: #EFDC00;
}
</style>
background-color css
<style>
a { background-color: #EFDC00; }
a { background-color: rgb(239,220,0); }
div.DivClassName
{
background-color: #EFDC00;
}
.BgClassName
{
background-color: #EFDC00;
}
</style>
border-color css
<style>
span { border-color: #EFDC00; }
span { border-color: rgb(239,220,0); }
td.TdClassName
{
border-color: #EFDC00;
}
.TagClassName
{
border-color: #EFDC00;
}
</style>