Shades of Golden Yellow #EFDB00
Tints of Golden Yellow #EFDB00
RGB
CMYK
RGB Variations
Color information
#EFDB00 (or 0xEFDB00) is known color: Golden Yellow. HEX triplet: EF, DB and 00. RGB value is (239,219,0). Sum of RGB (Red+Green+Blue) = 239+219+0=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB00 is #1024FF. Grayscale: #C8C8C8. Windows color (decimal): -1058048 or 56303. OLE color: 56303.
HSL color Cylindrical-coordinate representation of color #EFDB00: hue angle of 54.98º 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 #EFDB00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.06 |
| HSL | 54.98º | 1% | 0.47% | - |
| HSV(B) | 54.98º | 1% | 0.94% | - |
| XYZ | 60.93 | 69.01 | 10.11 | - |
| YUV | 200.01 | 15.13 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 0 | 0 | 0.08 | 1 | 0.06 | 54.98 | 1 | 0.47 |
| Hex | EF | DB | 0 | 0 | 8 | 64 | 6 | 37 | 64 | 2F |
| Octal | 357 | 333 | 0 | 0 | 10 | 144 | 6 | 67 | 144 | 57 |
| Binary | 11101111 | 11011011 | 0 | 0 | 1000 | 1100100 | 110 | 110111 | 1100100 | 101111 |
Color Harmonies of #EFDB00
Complementary color
Monochromatic Colors of #EFDB00
Black with #EFDB00
Text Example
Text Example
White with #EFDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB00; }
p { color: rgb(239,219,0); }
H1.HeaderClassName
{
color: #EFDB00;
}
.AnyTagClassName
{
color: #EFDB00;
}
</style>
background-color css
<style>
a { background-color: #EFDB00; }
a { background-color: rgb(239,219,0); }
div.DivClassName
{
background-color: #EFDB00;
}
.BgClassName
{
background-color: #EFDB00;
}
</style>
border-color css
<style>
span { border-color: #EFDB00; }
span { border-color: rgb(239,219,0); }
td.TdClassName
{
border-color: #EFDB00;
}
.TagClassName
{
border-color: #EFDB00;
}
</style>