Shades of Golden Fizz #EFDB2A
Tints of Golden Fizz #EFDB2A
RGB
CMYK
RGB Variations
Color information
#EFDB2A (or 0xEFDB2A) is known color: Golden Fizz. HEX triplet: EF, DB and 2A. RGB value is (239,219,42). Sum of RGB (Red+Green+Blue) = 239+219+42=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB2A is #1024D5. Grayscale: #CDCDCD. Windows color (decimal): -1058006 or 2808815. OLE color: 2808815.
HSL color Cylindrical-coordinate representation of color #EFDB2A: hue angle of 53.91º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFDB2A is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 42 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.06 |
| HSL | 53.91º | 0.86% | 0.55% | - |
| HSV(B) | 53.91º | 0.82% | 0.94% | - |
| XYZ | 61.35 | 69.18 | 12.31 | - |
| YUV | 204.8 | 36.13 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 42 | 0 | 0.08 | 0.82 | 0.06 | 53.91 | 0.86 | 0.55 |
| Hex | EF | DB | 2A | 0 | 8 | 52 | 6 | 36 | 56 | 37 |
| Octal | 357 | 333 | 52 | 0 | 10 | 122 | 6 | 66 | 126 | 67 |
| Binary | 11101111 | 11011011 | 101010 | 0 | 1000 | 1010010 | 110 | 110110 | 1010110 | 110111 |
Color Harmonies of #EFDB2A
Complementary color
Monochromatic Colors of #EFDB2A
Black with #EFDB2A
Text Example
Text Example
White with #EFDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB2A; }
p { color: rgb(239,219,42); }
H1.HeaderClassName
{
color: #EFDB2A;
}
.AnyTagClassName
{
color: #EFDB2A;
}
</style>
background-color css
<style>
a { background-color: #EFDB2A; }
a { background-color: rgb(239,219,42); }
div.DivClassName
{
background-color: #EFDB2A;
}
.BgClassName
{
background-color: #EFDB2A;
}
</style>
border-color css
<style>
span { border-color: #EFDB2A; }
span { border-color: rgb(239,219,42); }
td.TdClassName
{
border-color: #EFDB2A;
}
.TagClassName
{
border-color: #EFDB2A;
}
</style>