Shades of Golden Fizz #EFDB30
Tints of Golden Fizz #EFDB30
RGB
CMYK
RGB Variations
Color information
#EFDB30 (or 0xEFDB30) is known color: Golden Fizz. HEX triplet: EF, DB and 30. RGB value is (239,219,48). Sum of RGB (Red+Green+Blue) = 239+219+48=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB30 is #1024CF. Grayscale: #CECECE. Windows color (decimal): -1058000 or 3202031. OLE color: 3202031.
HSL color Cylindrical-coordinate representation of color #EFDB30: hue angle of 53.72º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFDB30 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 48 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.06 |
| HSL | 53.72º | 0.86% | 0.56% | - |
| HSV(B) | 53.72º | 0.8% | 0.94% | - |
| XYZ | 61.46 | 69.23 | 12.92 | - |
| YUV | 205.49 | 39.13 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 48 | 0 | 0.08 | 0.80 | 0.06 | 53.72 | 0.86 | 0.56 |
| Hex | EF | DB | 30 | 0 | 8 | 50 | 6 | 36 | 56 | 38 |
| Octal | 357 | 333 | 60 | 0 | 10 | 120 | 6 | 66 | 126 | 70 |
| Binary | 11101111 | 11011011 | 110000 | 0 | 1000 | 1010000 | 110 | 110110 | 1010110 | 111000 |
Color Harmonies of #EFDB30
Complementary color
Monochromatic Colors of #EFDB30
Black with #EFDB30
Text Example
Text Example
White with #EFDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB30; }
p { color: rgb(239,219,48); }
H1.HeaderClassName
{
color: #EFDB30;
}
.AnyTagClassName
{
color: #EFDB30;
}
</style>
background-color css
<style>
a { background-color: #EFDB30; }
a { background-color: rgb(239,219,48); }
div.DivClassName
{
background-color: #EFDB30;
}
.BgClassName
{
background-color: #EFDB30;
}
</style>
border-color css
<style>
span { border-color: #EFDB30; }
span { border-color: rgb(239,219,48); }
td.TdClassName
{
border-color: #EFDB30;
}
.TagClassName
{
border-color: #EFDB30;
}
</style>