Shades of Golden Fizz #EFDD31
Tints of Golden Fizz #EFDD31
RGB
CMYK
RGB Variations
Color information
#EFDD31 (or 0xEFDD31) is known color: Golden Fizz. HEX triplet: EF, DD and 31. RGB value is (239,221,49). Sum of RGB (Red+Green+Blue) = 239+221+49=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD31 is #1022CE. Grayscale: #CFCFCF. Windows color (decimal): -1057487 or 3268079. OLE color: 3268079.
HSL color Cylindrical-coordinate representation of color #EFDD31: hue angle of 54.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFDD31 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.06 |
| HSL | 54.32º | 0.86% | 0.56% | - |
| HSV(B) | 54.32º | 0.79% | 0.94% | - |
| XYZ | 62.01 | 70.29 | 13.2 | - |
| YUV | 206.77 | 38.96 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 49 | 0 | 0.08 | 0.79 | 0.06 | 54.32 | 0.86 | 0.56 |
| Hex | EF | DD | 31 | 0 | 8 | 4F | 6 | 36 | 56 | 38 |
| Octal | 357 | 335 | 61 | 0 | 10 | 117 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011101 | 110001 | 0 | 1000 | 1001111 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDD31
Complementary color
Monochromatic Colors of #EFDD31
Black with #EFDD31
Text Example
Text Example
White with #EFDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD31; }
p { color: rgb(239,221,49); }
H1.HeaderClassName
{
color: #EFDD31;
}
.AnyTagClassName
{
color: #EFDD31;
}
</style>
background-color css
<style>
a { background-color: #EFDD31; }
a { background-color: rgb(239,221,49); }
div.DivClassName
{
background-color: #EFDD31;
}
.BgClassName
{
background-color: #EFDD31;
}
</style>
border-color css
<style>
span { border-color: #EFDD31; }
span { border-color: rgb(239,221,49); }
td.TdClassName
{
border-color: #EFDD31;
}
.TagClassName
{
border-color: #EFDD31;
}
</style>