Shades of Golden Fizz #EFDC31
Tints of Golden Fizz #EFDC31
RGB
CMYK
RGB Variations
Color information
#EFDC31 (or 0xEFDC31) is known color: Golden Fizz. HEX triplet: EF, DC and 31. RGB value is (239,220,49). Sum of RGB (Red+Green+Blue) = 239+220+49=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 49 (19.53% from 255 or 9.65% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC31 is #1023CE. Grayscale: #CECECE. Windows color (decimal): -1057743 or 3267823. OLE color: 3267823.
HSL color Cylindrical-coordinate representation of color #EFDC31: hue angle of 54º 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 #EFDC31 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 49 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.06 |
| HSL | 54º | 0.86% | 0.56% | - |
| HSV(B) | 54º | 0.79% | 0.94% | - |
| XYZ | 61.74 | 69.76 | 13.12 | - |
| YUV | 206.19 | 39.29 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 49 | 0 | 0.08 | 0.79 | 0.06 | 54 | 0.86 | 0.56 |
| Hex | EF | DC | 31 | 0 | 8 | 4F | 6 | 36 | 56 | 38 |
| Octal | 357 | 334 | 61 | 0 | 10 | 117 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011100 | 110001 | 0 | 1000 | 1001111 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDC31
Complementary color
Monochromatic Colors of #EFDC31
Black with #EFDC31
Text Example
Text Example
White with #EFDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC31; }
p { color: rgb(239,220,49); }
H1.HeaderClassName
{
color: #EFDC31;
}
.AnyTagClassName
{
color: #EFDC31;
}
</style>
background-color css
<style>
a { background-color: #EFDC31; }
a { background-color: rgb(239,220,49); }
div.DivClassName
{
background-color: #EFDC31;
}
.BgClassName
{
background-color: #EFDC31;
}
</style>
border-color css
<style>
span { border-color: #EFDC31; }
span { border-color: rgb(239,220,49); }
td.TdClassName
{
border-color: #EFDC31;
}
.TagClassName
{
border-color: #EFDC31;
}
</style>