Shades of Golden Fizz #EFDF27
Tints of Golden Fizz #EFDF27
RGB
CMYK
RGB Variations
Color information
#EFDF27 (or 0xEFDF27) is known color: Golden Fizz. HEX triplet: EF, DF and 27. RGB value is (239,223,39). Sum of RGB (Red+Green+Blue) = 239+223+39=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 39 (15.62% from 255 or 7.78% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF27 is #1020D8. Grayscale: #CFCFCF. Windows color (decimal): -1056985 or 2613231. OLE color: 2613231.
HSL color Cylindrical-coordinate representation of color #EFDF27: hue angle of 55.2º 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 #EFDF27 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 39 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.06 |
| HSL | 55.2º | 0.86% | 0.55% | - |
| HSV(B) | 55.2º | 0.84% | 0.94% | - |
| XYZ | 62.35 | 71.27 | 12.39 | - |
| YUV | 206.81 | 33.3 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 39 | 0 | 0.07 | 0.84 | 0.06 | 55.2 | 0.86 | 0.55 |
| Hex | EF | DF | 27 | 0 | 7 | 54 | 6 | 37 | 56 | 37 |
| Octal | 357 | 337 | 47 | 0 | 7 | 124 | 6 | 67 | 126 | 67 |
| Binary | 11101111 | 11011111 | 100111 | 0 | 111 | 1010100 | 110 | 110111 | 1010110 | 110111 |
Color Harmonies of #EFDF27
Complementary color
Monochromatic Colors of #EFDF27
Black with #EFDF27
Text Example
Text Example
White with #EFDF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF27; }
p { color: rgb(239,223,39); }
H1.HeaderClassName
{
color: #EFDF27;
}
.AnyTagClassName
{
color: #EFDF27;
}
</style>
background-color css
<style>
a { background-color: #EFDF27; }
a { background-color: rgb(239,223,39); }
div.DivClassName
{
background-color: #EFDF27;
}
.BgClassName
{
background-color: #EFDF27;
}
</style>
border-color css
<style>
span { border-color: #EFDF27; }
span { border-color: rgb(239,223,39); }
td.TdClassName
{
border-color: #EFDF27;
}
.TagClassName
{
border-color: #EFDF27;
}
</style>