Shades of Golden Yellow #EFDB0B
Tints of Golden Yellow #EFDB0B
RGB
CMYK
RGB Variations
Color information
#EFDB0B (or 0xEFDB0B) is known color: Golden Yellow. HEX triplet: EF, DB and 0B. RGB value is (239,219,11). Sum of RGB (Red+Green+Blue) = 239+219+11=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 11 (4.69% from 255 or 2.35% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDB0B is #1024F4. Grayscale: #CACACA. Windows color (decimal): -1058037 or 777199. OLE color: 777199.
HSL color Cylindrical-coordinate representation of color #EFDB0B: hue angle of 54.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFDB0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.06 |
| HSL | 54.74º | 0.91% | 0.49% | - |
| HSV(B) | 54.74º | 0.95% | 0.94% | - |
| XYZ | 60.99 | 69.04 | 10.43 | - |
| YUV | 201.27 | 20.63 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 11 | 0 | 0.08 | 0.95 | 0.06 | 54.74 | 0.91 | 0.49 |
| Hex | EF | DB | B | 0 | 8 | 5F | 6 | 37 | 5B | 31 |
| Octal | 357 | 333 | 13 | 0 | 10 | 137 | 6 | 67 | 133 | 61 |
| Binary | 11101111 | 11011011 | 1011 | 0 | 1000 | 1011111 | 110 | 110111 | 1011011 | 110001 |
Color Harmonies of #EFDB0B
Complementary color
Monochromatic Colors of #EFDB0B
Black with #EFDB0B
Text Example
Text Example
White with #EFDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB0B; }
p { color: rgb(239,219,11); }
H1.HeaderClassName
{
color: #EFDB0B;
}
.AnyTagClassName
{
color: #EFDB0B;
}
</style>
background-color css
<style>
a { background-color: #EFDB0B; }
a { background-color: rgb(239,219,11); }
div.DivClassName
{
background-color: #EFDB0B;
}
.BgClassName
{
background-color: #EFDB0B;
}
</style>
border-color css
<style>
span { border-color: #EFDB0B; }
span { border-color: rgb(239,219,11); }
td.TdClassName
{
border-color: #EFDB0B;
}
.TagClassName
{
border-color: #EFDB0B;
}
</style>