Shades of Golden Fizz #EFDB25
Tints of Golden Fizz #EFDB25
RGB
CMYK
RGB Variations
Color information
#EFDB25 (or 0xEFDB25) is known color: Golden Fizz. HEX triplet: EF, DB and 25. RGB value is (239,219,37). Sum of RGB (Red+Green+Blue) = 239+219+37=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB25 is #1024DA. Grayscale: #CCCCCC. Windows color (decimal): -1058011 or 2481135. OLE color: 2481135.
HSL color Cylindrical-coordinate representation of color #EFDB25: hue angle of 54.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFDB25 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 37 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.06 |
| HSL | 54.06º | 0.86% | 0.54% | - |
| HSV(B) | 54.06º | 0.85% | 0.94% | - |
| XYZ | 61.26 | 69.15 | 11.87 | - |
| YUV | 204.23 | 33.63 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 37 | 0 | 0.08 | 0.85 | 0.06 | 54.06 | 0.86 | 0.54 |
| Hex | EF | DB | 25 | 0 | 8 | 55 | 6 | 36 | 56 | 36 |
| Octal | 357 | 333 | 45 | 0 | 10 | 125 | 6 | 66 | 126 | 66 |
| Binary | 11101111 | 11011011 | 100101 | 0 | 1000 | 1010101 | 110 | 110110 | 1010110 | 110110 |
Color Harmonies of #EFDB25
Complementary color
Monochromatic Colors of #EFDB25
Black with #EFDB25
Text Example
Text Example
White with #EFDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB25; }
p { color: rgb(239,219,37); }
H1.HeaderClassName
{
color: #EFDB25;
}
.AnyTagClassName
{
color: #EFDB25;
}
</style>
background-color css
<style>
a { background-color: #EFDB25; }
a { background-color: rgb(239,219,37); }
div.DivClassName
{
background-color: #EFDB25;
}
.BgClassName
{
background-color: #EFDB25;
}
</style>
border-color css
<style>
span { border-color: #EFDB25; }
span { border-color: rgb(239,219,37); }
td.TdClassName
{
border-color: #EFDB25;
}
.TagClassName
{
border-color: #EFDB25;
}
</style>