Shades of Golden Fizz #EFDF25
Tints of Golden Fizz #EFDF25
RGB
CMYK
RGB Variations
Color information
#EFDF25 (or 0xEFDF25) is known color: Golden Fizz. HEX triplet: EF, DF and 25. RGB value is (239,223,37). Sum of RGB (Red+Green+Blue) = 239+223+37=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 37 (14.84% from 255 or 7.41% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF25 is #1020DA. Grayscale: #CFCFCF. Windows color (decimal): -1056987 or 2482159. OLE color: 2482159.
HSL color Cylindrical-coordinate representation of color #EFDF25: hue angle of 55.25º 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 #EFDF25 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 37 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.06 |
| HSL | 55.25º | 0.86% | 0.54% | - |
| HSV(B) | 55.25º | 0.85% | 0.94% | - |
| XYZ | 62.32 | 71.26 | 12.22 | - |
| YUV | 206.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 37 | 0 | 0.07 | 0.85 | 0.06 | 55.25 | 0.86 | 0.54 |
| Hex | EF | DF | 25 | 0 | 7 | 55 | 6 | 37 | 56 | 36 |
| Octal | 357 | 337 | 45 | 0 | 7 | 125 | 6 | 67 | 126 | 66 |
| Binary | 11101111 | 11011111 | 100101 | 0 | 111 | 1010101 | 110 | 110111 | 1010110 | 110110 |
Color Harmonies of #EFDF25
Complementary color
Monochromatic Colors of #EFDF25
Black with #EFDF25
Text Example
Text Example
White with #EFDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF25; }
p { color: rgb(239,223,37); }
H1.HeaderClassName
{
color: #EFDF25;
}
.AnyTagClassName
{
color: #EFDF25;
}
</style>
background-color css
<style>
a { background-color: #EFDF25; }
a { background-color: rgb(239,223,37); }
div.DivClassName
{
background-color: #EFDF25;
}
.BgClassName
{
background-color: #EFDF25;
}
</style>
border-color css
<style>
span { border-color: #EFDF25; }
span { border-color: rgb(239,223,37); }
td.TdClassName
{
border-color: #EFDF25;
}
.TagClassName
{
border-color: #EFDF25;
}
</style>