Shades of Golden Fizz #EFDD27
Tints of Golden Fizz #EFDD27
RGB
CMYK
RGB Variations
Color information
#EFDD27 (or 0xEFDD27) is known color: Golden Fizz. HEX triplet: EF, DD and 27. RGB value is (239,221,39). Sum of RGB (Red+Green+Blue) = 239+221+39=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD27 is #1022D8. Grayscale: #CECECE. Windows color (decimal): -1057497 or 2612719. OLE color: 2612719.
HSL color Cylindrical-coordinate representation of color #EFDD27: hue angle of 54.6º 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 #EFDD27 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 39 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.06 |
| HSL | 54.6º | 0.86% | 0.55% | - |
| HSV(B) | 54.6º | 0.84% | 0.94% | - |
| XYZ | 61.82 | 70.21 | 12.21 | - |
| YUV | 205.63 | 33.96 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 39 | 0 | 0.08 | 0.84 | 0.06 | 54.6 | 0.86 | 0.55 |
| Hex | EF | DD | 27 | 0 | 8 | 54 | 6 | 37 | 56 | 37 |
| Octal | 357 | 335 | 47 | 0 | 10 | 124 | 6 | 67 | 126 | 67 |
| Binary | 11101111 | 11011101 | 100111 | 0 | 1000 | 1010100 | 110 | 110111 | 1010110 | 110111 |
Color Harmonies of #EFDD27
Complementary color
Monochromatic Colors of #EFDD27
Black with #EFDD27
Text Example
Text Example
White with #EFDD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD27; }
p { color: rgb(239,221,39); }
H1.HeaderClassName
{
color: #EFDD27;
}
.AnyTagClassName
{
color: #EFDD27;
}
</style>
background-color css
<style>
a { background-color: #EFDD27; }
a { background-color: rgb(239,221,39); }
div.DivClassName
{
background-color: #EFDD27;
}
.BgClassName
{
background-color: #EFDD27;
}
</style>
border-color css
<style>
span { border-color: #EFDD27; }
span { border-color: rgb(239,221,39); }
td.TdClassName
{
border-color: #EFDD27;
}
.TagClassName
{
border-color: #EFDD27;
}
</style>