Shades of Golden Yellow #EFDB01
Tints of Golden Yellow #EFDB01
RGB
CMYK
RGB Variations
Color information
#EFDB01 (or 0xEFDB01) is known color: Golden Yellow. HEX triplet: EF, DB and 01. RGB value is (239,219,1). Sum of RGB (Red+Green+Blue) = 239+219+1=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB01 is #1024FE. Grayscale: #C9C9C9. Windows color (decimal): -1058047 or 121839. OLE color: 121839.
HSL color Cylindrical-coordinate representation of color #EFDB01: hue angle of 54.96º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFDB01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.06 |
| HSL | 54.96º | 0.99% | 0.47% | - |
| HSV(B) | 54.96º | 1% | 0.94% | - |
| XYZ | 60.93 | 69.02 | 10.14 | - |
| YUV | 200.13 | 15.63 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 1 | 0 | 0.08 | 1.00 | 0.06 | 54.96 | 0.99 | 0.47 |
| Hex | EF | DB | 1 | 0 | 8 | 64 | 6 | 37 | 63 | 2F |
| Octal | 357 | 333 | 1 | 0 | 10 | 144 | 6 | 67 | 143 | 57 |
| Binary | 11101111 | 11011011 | 1 | 0 | 1000 | 1100100 | 110 | 110111 | 1100011 | 101111 |
Color Harmonies of #EFDB01
Complementary color
Monochromatic Colors of #EFDB01
Black with #EFDB01
Text Example
Text Example
White with #EFDB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB01; }
p { color: rgb(239,219,1); }
H1.HeaderClassName
{
color: #EFDB01;
}
.AnyTagClassName
{
color: #EFDB01;
}
</style>
background-color css
<style>
a { background-color: #EFDB01; }
a { background-color: rgb(239,219,1); }
div.DivClassName
{
background-color: #EFDB01;
}
.BgClassName
{
background-color: #EFDB01;
}
</style>
border-color css
<style>
span { border-color: #EFDB01; }
span { border-color: rgb(239,219,1); }
td.TdClassName
{
border-color: #EFDB01;
}
.TagClassName
{
border-color: #EFDB01;
}
</style>