Shades of Golden Fizz #EFDC2F
Tints of Golden Fizz #EFDC2F
RGB
CMYK
RGB Variations
Color information
#EFDC2F (or 0xEFDC2F) is known color: Golden Fizz. HEX triplet: EF, DC and 2F. RGB value is (239,220,47). Sum of RGB (Red+Green+Blue) = 239+220+47=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC2F is #1023D0. Grayscale: #CECECE. Windows color (decimal): -1057745 or 3136751. OLE color: 3136751.
HSL color Cylindrical-coordinate representation of color #EFDC2F: hue angle of 54.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFDC2F is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 47 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.06 |
| HSL | 54.06º | 0.86% | 0.56% | - |
| HSV(B) | 54.06º | 0.8% | 0.94% | - |
| XYZ | 61.7 | 69.74 | 12.9 | - |
| YUV | 205.96 | 38.29 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 47 | 0 | 0.08 | 0.80 | 0.06 | 54.06 | 0.86 | 0.56 |
| Hex | EF | DC | 2F | 0 | 8 | 50 | 6 | 36 | 56 | 38 |
| Octal | 357 | 334 | 57 | 0 | 10 | 120 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011100 | 101111 | 0 | 1000 | 1010000 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDC2F
Complementary color
Monochromatic Colors of #EFDC2F
Black with #EFDC2F
Text Example
Text Example
White with #EFDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC2F; }
p { color: rgb(239,220,47); }
H1.HeaderClassName
{
color: #EFDC2F;
}
.AnyTagClassName
{
color: #EFDC2F;
}
</style>
background-color css
<style>
a { background-color: #EFDC2F; }
a { background-color: rgb(239,220,47); }
div.DivClassName
{
background-color: #EFDC2F;
}
.BgClassName
{
background-color: #EFDC2F;
}
</style>
border-color css
<style>
span { border-color: #EFDC2F; }
span { border-color: rgb(239,220,47); }
td.TdClassName
{
border-color: #EFDC2F;
}
.TagClassName
{
border-color: #EFDC2F;
}
</style>