Shades of Golden Fizz #EFDB2E
Tints of Golden Fizz #EFDB2E
RGB
CMYK
RGB Variations
Color information
#EFDB2E (or 0xEFDB2E) is known color: Golden Fizz. HEX triplet: EF, DB and 2E. RGB value is (239,219,46). Sum of RGB (Red+Green+Blue) = 239+219+46=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB2E is #1024D1. Grayscale: #CDCDCD. Windows color (decimal): -1058002 or 3070959. OLE color: 3070959.
HSL color Cylindrical-coordinate representation of color #EFDB2E: hue angle of 53.78º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFDB2E is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 46 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.06 |
| HSL | 53.78º | 0.86% | 0.56% | - |
| HSV(B) | 53.78º | 0.81% | 0.94% | - |
| XYZ | 61.42 | 69.21 | 12.71 | - |
| YUV | 205.26 | 38.13 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 46 | 0 | 0.08 | 0.81 | 0.06 | 53.78 | 0.86 | 0.56 |
| Hex | EF | DB | 2E | 0 | 8 | 51 | 6 | 36 | 56 | 38 |
| Octal | 357 | 333 | 56 | 0 | 10 | 121 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011011 | 101110 | 0 | 1000 | 1010001 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDB2E
Complementary color
Monochromatic Colors of #EFDB2E
Black with #EFDB2E
Text Example
Text Example
White with #EFDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB2E; }
p { color: rgb(239,219,46); }
H1.HeaderClassName
{
color: #EFDB2E;
}
.AnyTagClassName
{
color: #EFDB2E;
}
</style>
background-color css
<style>
a { background-color: #EFDB2E; }
a { background-color: rgb(239,219,46); }
div.DivClassName
{
background-color: #EFDB2E;
}
.BgClassName
{
background-color: #EFDB2E;
}
</style>
border-color css
<style>
span { border-color: #EFDB2E; }
span { border-color: rgb(239,219,46); }
td.TdClassName
{
border-color: #EFDB2E;
}
.TagClassName
{
border-color: #EFDB2E;
}
</style>