Shades of Golden Fizz #EFE732
Tints of Golden Fizz #EFE732
RGB
CMYK
RGB Variations
Color information
#EFE732 (or 0xEFE732) is known color: Golden Fizz. HEX triplet: EF, E7 and 32. RGB value is (239,231,50). Sum of RGB (Red+Green+Blue) = 239+231+50=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 50 (19.92% from 255 or 9.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE732 is #1018CD. Grayscale: #D5D5D5. Windows color (decimal): -1054926 or 3336175. OLE color: 3336175.
HSL color Cylindrical-coordinate representation of color #EFE732: hue angle of 57.46º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFE732 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 50 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.06 |
| HSL | 57.46º | 0.86% | 0.57% | - |
| HSV(B) | 57.46º | 0.79% | 0.94% | - |
| XYZ | 64.75 | 75.73 | 14.22 | - |
| YUV | 212.76 | 36.15 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 50 | 0 | 0.03 | 0.79 | 0.06 | 57.46 | 0.86 | 0.57 |
| Hex | EF | E7 | 32 | 0 | 3 | 4F | 6 | 39 | 56 | 39 |
| Octal | 357 | 347 | 62 | 0 | 3 | 117 | 6 | 71 | 126 | 71 |
| Binary | 11101111 | 11100111 | 110010 | 0 | 11 | 1001111 | 110 | 111001 | 1010110 | 111001 |
Color Harmonies of #EFE732
Complementary color
Monochromatic Colors of #EFE732
Black with #EFE732
Text Example
Text Example
White with #EFE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE732; }
p { color: rgb(239,231,50); }
H1.HeaderClassName
{
color: #EFE732;
}
.AnyTagClassName
{
color: #EFE732;
}
</style>
background-color css
<style>
a { background-color: #EFE732; }
a { background-color: rgb(239,231,50); }
div.DivClassName
{
background-color: #EFE732;
}
.BgClassName
{
background-color: #EFE732;
}
</style>
border-color css
<style>
span { border-color: #EFE732; }
span { border-color: rgb(239,231,50); }
td.TdClassName
{
border-color: #EFE732;
}
.TagClassName
{
border-color: #EFE732;
}
</style>