Shades of Golden Fizz #EFDB2F
Tints of Golden Fizz #EFDB2F
RGB
CMYK
RGB Variations
Color information
#EFDB2F (or 0xEFDB2F) is known color: Golden Fizz. HEX triplet: EF, DB and 2F. RGB value is (239,219,47). Sum of RGB (Red+Green+Blue) = 239+219+47=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB2F is #1024D0. Grayscale: #CECECE. Windows color (decimal): -1058001 or 3136495. OLE color: 3136495.
HSL color Cylindrical-coordinate representation of color #EFDB2F: hue angle of 53.75º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFDB2F is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 47 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.06 |
| HSL | 53.75º | 0.86% | 0.56% | - |
| HSV(B) | 53.75º | 0.8% | 0.94% | - |
| XYZ | 61.44 | 69.22 | 12.81 | - |
| YUV | 205.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 47 | 0 | 0.08 | 0.80 | 0.06 | 53.75 | 0.86 | 0.56 |
| Hex | EF | DB | 2F | 0 | 8 | 50 | 6 | 36 | 56 | 38 |
| Octal | 357 | 333 | 57 | 0 | 10 | 120 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011011 | 101111 | 0 | 1000 | 1010000 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDB2F
Complementary color
Monochromatic Colors of #EFDB2F
Black with #EFDB2F
Text Example
Text Example
White with #EFDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB2F; }
p { color: rgb(239,219,47); }
H1.HeaderClassName
{
color: #EFDB2F;
}
.AnyTagClassName
{
color: #EFDB2F;
}
</style>
background-color css
<style>
a { background-color: #EFDB2F; }
a { background-color: rgb(239,219,47); }
div.DivClassName
{
background-color: #EFDB2F;
}
.BgClassName
{
background-color: #EFDB2F;
}
</style>
border-color css
<style>
span { border-color: #EFDB2F; }
span { border-color: rgb(239,219,47); }
td.TdClassName
{
border-color: #EFDB2F;
}
.TagClassName
{
border-color: #EFDB2F;
}
</style>