Shades of Golden Fizz #EFDB3D
Tints of Golden Fizz #EFDB3D
RGB
CMYK
RGB Variations
Color information
#EFDB3D (or 0xEFDB3D) is known color: Golden Fizz. HEX triplet: EF, DB and 3D. RGB value is (239,219,61). Sum of RGB (Red+Green+Blue) = 239+219+61=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 61 (24.22% from 255 or 11.75% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB3D is #1024C2. Grayscale: #CFCFCF. Windows color (decimal): -1057987 or 4053999. OLE color: 4053999.
HSL color Cylindrical-coordinate representation of color #EFDB3D: hue angle of 53.26º 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 #EFDB3D is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 61 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.06 |
| HSL | 53.26º | 0.85% | 0.59% | - |
| HSV(B) | 53.26º | 0.74% | 0.94% | - |
| XYZ | 61.77 | 69.35 | 14.55 | - |
| YUV | 206.97 | 45.63 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 61 | 0 | 0.08 | 0.74 | 0.06 | 53.26 | 0.85 | 0.59 |
| Hex | EF | DB | 3D | 0 | 8 | 4A | 6 | 35 | 55 | 3B |
| Octal | 357 | 333 | 75 | 0 | 10 | 112 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011011 | 111101 | 0 | 1000 | 1001010 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFDB3D
Complementary color
Monochromatic Colors of #EFDB3D
Black with #EFDB3D
Text Example
Text Example
White with #EFDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB3D; }
p { color: rgb(239,219,61); }
H1.HeaderClassName
{
color: #EFDB3D;
}
.AnyTagClassName
{
color: #EFDB3D;
}
</style>
background-color css
<style>
a { background-color: #EFDB3D; }
a { background-color: rgb(239,219,61); }
div.DivClassName
{
background-color: #EFDB3D;
}
.BgClassName
{
background-color: #EFDB3D;
}
</style>
border-color css
<style>
span { border-color: #EFDB3D; }
span { border-color: rgb(239,219,61); }
td.TdClassName
{
border-color: #EFDB3D;
}
.TagClassName
{
border-color: #EFDB3D;
}
</style>