Shades of Golden Fizz #EFE02D
Tints of Golden Fizz #EFE02D
RGB
CMYK
RGB Variations
Color information
#EFE02D (or 0xEFE02D) is known color: Golden Fizz. HEX triplet: EF, E0 and 2D. RGB value is (239,224,45). Sum of RGB (Red+Green+Blue) = 239+224+45=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE02D is #101FD2. Grayscale: #D0D0D0. Windows color (decimal): -1056723 or 3006703. OLE color: 3006703.
HSL color Cylindrical-coordinate representation of color #EFE02D: hue angle of 55.36º 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 #EFE02D is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 45 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.06 |
| HSL | 55.36º | 0.86% | 0.56% | - |
| HSV(B) | 55.36º | 0.81% | 0.94% | - |
| XYZ | 62.73 | 71.85 | 13.05 | - |
| YUV | 208.08 | 35.97 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 45 | 0 | 0.06 | 0.81 | 0.06 | 55.36 | 0.86 | 0.56 |
| Hex | EF | E0 | 2D | 0 | 6 | 51 | 6 | 37 | 56 | 38 |
| Octal | 357 | 340 | 55 | 0 | 6 | 121 | 6 | 67 | 126 | 70 |
| Binary | 11101111 | 11100000 | 101101 | 0 | 110 | 1010001 | 110 | 110111 | 1010110 | 111000 |
Color Harmonies of #EFE02D
Complementary color
Monochromatic Colors of #EFE02D
Black with #EFE02D
Text Example
Text Example
White with #EFE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE02D; }
p { color: rgb(239,224,45); }
H1.HeaderClassName
{
color: #EFE02D;
}
.AnyTagClassName
{
color: #EFE02D;
}
</style>
background-color css
<style>
a { background-color: #EFE02D; }
a { background-color: rgb(239,224,45); }
div.DivClassName
{
background-color: #EFE02D;
}
.BgClassName
{
background-color: #EFE02D;
}
</style>
border-color css
<style>
span { border-color: #EFE02D; }
span { border-color: rgb(239,224,45); }
td.TdClassName
{
border-color: #EFE02D;
}
.TagClassName
{
border-color: #EFE02D;
}
</style>