Shades of Golden Fizz #EFDB29
Tints of Golden Fizz #EFDB29
RGB
CMYK
RGB Variations
Color information
#EFDB29 (or 0xEFDB29) is known color: Golden Fizz. HEX triplet: EF, DB and 29. RGB value is (239,219,41). Sum of RGB (Red+Green+Blue) = 239+219+41=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB29 is #1024D6. Grayscale: #CDCDCD. Windows color (decimal): -1058007 or 2743279. OLE color: 2743279.
HSL color Cylindrical-coordinate representation of color #EFDB29: hue angle of 53.94º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFDB29 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 41 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.06 |
| HSL | 53.94º | 0.86% | 0.55% | - |
| HSV(B) | 53.94º | 0.83% | 0.94% | - |
| XYZ | 61.33 | 69.17 | 12.22 | - |
| YUV | 204.69 | 35.63 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 41 | 0 | 0.08 | 0.83 | 0.06 | 53.94 | 0.86 | 0.55 |
| Hex | EF | DB | 29 | 0 | 8 | 53 | 6 | 36 | 56 | 37 |
| Octal | 357 | 333 | 51 | 0 | 10 | 123 | 6 | 66 | 126 | 67 |
| Binary | 11101111 | 11011011 | 101001 | 0 | 1000 | 1010011 | 110 | 110110 | 1010110 | 110111 |
Color Harmonies of #EFDB29
Complementary color
Monochromatic Colors of #EFDB29
Black with #EFDB29
Text Example
Text Example
White with #EFDB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB29; }
p { color: rgb(239,219,41); }
H1.HeaderClassName
{
color: #EFDB29;
}
.AnyTagClassName
{
color: #EFDB29;
}
</style>
background-color css
<style>
a { background-color: #EFDB29; }
a { background-color: rgb(239,219,41); }
div.DivClassName
{
background-color: #EFDB29;
}
.BgClassName
{
background-color: #EFDB29;
}
</style>
border-color css
<style>
span { border-color: #EFDB29; }
span { border-color: rgb(239,219,41); }
td.TdClassName
{
border-color: #EFDB29;
}
.TagClassName
{
border-color: #EFDB29;
}
</style>