Shades of Golden Fizz #EFDD35
Tints of Golden Fizz #EFDD35
RGB
CMYK
RGB Variations
Color information
#EFDD35 (or 0xEFDD35) is known color: Golden Fizz. HEX triplet: EF, DD and 35. RGB value is (239,221,53). Sum of RGB (Red+Green+Blue) = 239+221+53=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD35 is #1022CA. Grayscale: #CFCFCF. Windows color (decimal): -1057483 or 3530223. OLE color: 3530223.
HSL color Cylindrical-coordinate representation of color #EFDD35: hue angle of 54.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFDD35 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 53 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.06 |
| HSL | 54.19º | 0.85% | 0.57% | - |
| HSV(B) | 54.19º | 0.78% | 0.94% | - |
| XYZ | 62.1 | 70.32 | 13.67 | - |
| YUV | 207.23 | 40.96 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 53 | 0 | 0.08 | 0.78 | 0.06 | 54.19 | 0.85 | 0.57 |
| Hex | EF | DD | 35 | 0 | 8 | 4E | 6 | 36 | 55 | 39 |
| Octal | 357 | 335 | 65 | 0 | 10 | 116 | 6 | 66 | 125 | 71 |
| Binary | 11101111 | 11011101 | 110101 | 0 | 1000 | 1001110 | 110 | 110110 | 1010101 | 111001 |
Color Harmonies of #EFDD35
Complementary color
Monochromatic Colors of #EFDD35
Black with #EFDD35
Text Example
Text Example
White with #EFDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD35; }
p { color: rgb(239,221,53); }
H1.HeaderClassName
{
color: #EFDD35;
}
.AnyTagClassName
{
color: #EFDD35;
}
</style>
background-color css
<style>
a { background-color: #EFDD35; }
a { background-color: rgb(239,221,53); }
div.DivClassName
{
background-color: #EFDD35;
}
.BgClassName
{
background-color: #EFDD35;
}
</style>
border-color css
<style>
span { border-color: #EFDD35; }
span { border-color: rgb(239,221,53); }
td.TdClassName
{
border-color: #EFDD35;
}
.TagClassName
{
border-color: #EFDD35;
}
</style>