Shades of Golden Fizz #EFDB27
Tints of Golden Fizz #EFDB27
RGB
CMYK
RGB Variations
Color information
#EFDB27 (or 0xEFDB27) is known color: Golden Fizz. HEX triplet: EF, DB and 27. RGB value is (239,219,39). Sum of RGB (Red+Green+Blue) = 239+219+39=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 39 (15.62% from 255 or 7.85% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB27 is #1024D8. Grayscale: #CDCDCD. Windows color (decimal): -1058009 or 2612207. OLE color: 2612207.
HSL color Cylindrical-coordinate representation of color #EFDB27: hue angle of 54º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFDB27 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 39 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.06 |
| HSL | 54º | 0.86% | 0.55% | - |
| HSV(B) | 54º | 0.84% | 0.94% | - |
| XYZ | 61.29 | 69.16 | 12.04 | - |
| YUV | 204.46 | 34.63 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 39 | 0 | 0.08 | 0.84 | 0.06 | 54 | 0.86 | 0.55 |
| Hex | EF | DB | 27 | 0 | 8 | 54 | 6 | 36 | 56 | 37 |
| Octal | 357 | 333 | 47 | 0 | 10 | 124 | 6 | 66 | 126 | 67 |
| Binary | 11101111 | 11011011 | 100111 | 0 | 1000 | 1010100 | 110 | 110110 | 1010110 | 110111 |
Color Harmonies of #EFDB27
Complementary color
Monochromatic Colors of #EFDB27
Black with #EFDB27
Text Example
Text Example
White with #EFDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB27; }
p { color: rgb(239,219,39); }
H1.HeaderClassName
{
color: #EFDB27;
}
.AnyTagClassName
{
color: #EFDB27;
}
</style>
background-color css
<style>
a { background-color: #EFDB27; }
a { background-color: rgb(239,219,39); }
div.DivClassName
{
background-color: #EFDB27;
}
.BgClassName
{
background-color: #EFDB27;
}
</style>
border-color css
<style>
span { border-color: #EFDB27; }
span { border-color: rgb(239,219,39); }
td.TdClassName
{
border-color: #EFDB27;
}
.TagClassName
{
border-color: #EFDB27;
}
</style>