Shades of Golden Fizz #EFDD3D
Tints of Golden Fizz #EFDD3D
RGB
CMYK
RGB Variations
Color information
#EFDD3D (or 0xEFDD3D) is known color: Golden Fizz. HEX triplet: EF, DD and 3D. RGB value is (239,221,61). Sum of RGB (Red+Green+Blue) = 239+221+61=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDD3D is #1022C2. Grayscale: #D0D0D0. Windows color (decimal): -1057475 or 4054511. OLE color: 4054511.
HSL color Cylindrical-coordinate representation of color #EFDD3D: hue angle of 53.93º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFDD3D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 61 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.06 |
| HSL | 53.93º | 0.85% | 0.59% | - |
| HSV(B) | 53.93º | 0.74% | 0.94% | - |
| XYZ | 62.3 | 70.4 | 14.72 | - |
| YUV | 208.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 61 | 0 | 0.08 | 0.74 | 0.06 | 53.93 | 0.85 | 0.59 |
| Hex | EF | DD | 3D | 0 | 8 | 4A | 6 | 36 | 55 | 3B |
| Octal | 357 | 335 | 75 | 0 | 10 | 112 | 6 | 66 | 125 | 73 |
| Binary | 11101111 | 11011101 | 111101 | 0 | 1000 | 1001010 | 110 | 110110 | 1010101 | 111011 |
Color Harmonies of #EFDD3D
Complementary color
Monochromatic Colors of #EFDD3D
Black with #EFDD3D
Text Example
Text Example
White with #EFDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD3D; }
p { color: rgb(239,221,61); }
H1.HeaderClassName
{
color: #EFDD3D;
}
.AnyTagClassName
{
color: #EFDD3D;
}
</style>
background-color css
<style>
a { background-color: #EFDD3D; }
a { background-color: rgb(239,221,61); }
div.DivClassName
{
background-color: #EFDD3D;
}
.BgClassName
{
background-color: #EFDD3D;
}
</style>
border-color css
<style>
span { border-color: #EFDD3D; }
span { border-color: rgb(239,221,61); }
td.TdClassName
{
border-color: #EFDD3D;
}
.TagClassName
{
border-color: #EFDD3D;
}
</style>