Shades of Golden Fizz #EFE722
Tints of Golden Fizz #EFE722
RGB
CMYK
RGB Variations
Color information
#EFE722 (or 0xEFE722) is known color: Golden Fizz. HEX triplet: EF, E7 and 22. RGB value is (239,231,34). Sum of RGB (Red+Green+Blue) = 239+231+34=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE722 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE722 is #1018DD. Grayscale: #D3D3D3. Windows color (decimal): -1054942 or 2287599. OLE color: 2287599.
HSL color Cylindrical-coordinate representation of color #EFE722: hue angle of 57.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFE722 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 34 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.06 |
| HSL | 57.66º | 0.86% | 0.54% | - |
| HSV(B) | 57.66º | 0.86% | 0.94% | - |
| XYZ | 64.46 | 75.62 | 12.71 | - |
| YUV | 210.93 | 28.15 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 34 | 0 | 0.03 | 0.86 | 0.06 | 57.66 | 0.86 | 0.54 |
| Hex | EF | E7 | 22 | 0 | 3 | 56 | 6 | 3A | 56 | 36 |
| Octal | 357 | 347 | 42 | 0 | 3 | 126 | 6 | 72 | 126 | 66 |
| Binary | 11101111 | 11100111 | 100010 | 0 | 11 | 1010110 | 110 | 111010 | 1010110 | 110110 |
Color Harmonies of #EFE722
Complementary color
Monochromatic Colors of #EFE722
Black with #EFE722
Text Example
Text Example
White with #EFE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE722; }
p { color: rgb(239,231,34); }
H1.HeaderClassName
{
color: #EFE722;
}
.AnyTagClassName
{
color: #EFE722;
}
</style>
background-color css
<style>
a { background-color: #EFE722; }
a { background-color: rgb(239,231,34); }
div.DivClassName
{
background-color: #EFE722;
}
.BgClassName
{
background-color: #EFE722;
}
</style>
border-color css
<style>
span { border-color: #EFE722; }
span { border-color: rgb(239,231,34); }
td.TdClassName
{
border-color: #EFE722;
}
.TagClassName
{
border-color: #EFE722;
}
</style>