Shades of Golden Yellow #EFDD09
Tints of Golden Yellow #EFDD09
RGB
CMYK
RGB Variations
Color information
#EFDD09 (or 0xEFDD09) is known color: Golden Yellow. HEX triplet: EF, DD and 09. RGB value is (239,221,9). Sum of RGB (Red+Green+Blue) = 239+221+9=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 9 (3.91% from 255 or 1.92% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD09 is #1022F6. Grayscale: #CBCBCB. Windows color (decimal): -1057527 or 646639. OLE color: 646639.
HSL color Cylindrical-coordinate representation of color #EFDD09: hue angle of 55.3º 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 #EFDD09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.06 |
| HSL | 55.3º | 0.93% | 0.49% | - |
| HSV(B) | 55.3º | 0.96% | 0.94% | - |
| XYZ | 61.5 | 70.08 | 10.54 | - |
| YUV | 202.21 | 18.96 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 9 | 0 | 0.08 | 0.96 | 0.06 | 55.3 | 0.93 | 0.49 |
| Hex | EF | DD | 9 | 0 | 8 | 60 | 6 | 37 | 5D | 31 |
| Octal | 357 | 335 | 11 | 0 | 10 | 140 | 6 | 67 | 135 | 61 |
| Binary | 11101111 | 11011101 | 1001 | 0 | 1000 | 1100000 | 110 | 110111 | 1011101 | 110001 |
Color Harmonies of #EFDD09
Complementary color
Monochromatic Colors of #EFDD09
Black with #EFDD09
Text Example
Text Example
White with #EFDD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD09; }
p { color: rgb(239,221,9); }
H1.HeaderClassName
{
color: #EFDD09;
}
.AnyTagClassName
{
color: #EFDD09;
}
</style>
background-color css
<style>
a { background-color: #EFDD09; }
a { background-color: rgb(239,221,9); }
div.DivClassName
{
background-color: #EFDD09;
}
.BgClassName
{
background-color: #EFDD09;
}
</style>
border-color css
<style>
span { border-color: #EFDD09; }
span { border-color: rgb(239,221,9); }
td.TdClassName
{
border-color: #EFDD09;
}
.TagClassName
{
border-color: #EFDD09;
}
</style>