Shades of Golden Fizz #EFF323
Tints of Golden Fizz #EFF323
RGB
CMYK
RGB Variations
Color information
#EFF323 (or 0xEFF323) is known color: Golden Fizz. HEX triplet: EF, F3 and 23. RGB value is (239,243,35). Sum of RGB (Red+Green+Blue) = 239+243+35=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 35 (14.06% from 255 or 6.77% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF323 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF323 is #100CDC. Grayscale: #DADADA. Windows color (decimal): -1051869 or 2356207. OLE color: 2356207.
HSL color Cylindrical-coordinate representation of color #EFF323: hue angle of 61.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFF323 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.15º | 0.9% | 0.55% | - |
| HSV(B) | 61.15º | 0.86% | 0.95% | - |
| XYZ | 67.95 | 82.57 | 13.95 | - |
| YUV | 218.09 | 24.67 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 35 | 0.02 | 0 | 0.86 | 0.05 | 61.15 | 0.9 | 0.55 |
| Hex | EF | F3 | 23 | 2 | 0 | 56 | 5 | 3D | 5A | 37 |
| Octal | 357 | 363 | 43 | 2 | 0 | 126 | 5 | 75 | 132 | 67 |
| Binary | 11101111 | 11110011 | 100011 | 10 | 0 | 1010110 | 101 | 111101 | 1011010 | 110111 |
Color Harmonies of #EFF323
Complementary color
Monochromatic Colors of #EFF323
Black with #EFF323
Text Example
Text Example
White with #EFF323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF323; }
p { color: rgb(239,243,35); }
H1.HeaderClassName
{
color: #EFF323;
}
.AnyTagClassName
{
color: #EFF323;
}
</style>
background-color css
<style>
a { background-color: #EFF323; }
a { background-color: rgb(239,243,35); }
div.DivClassName
{
background-color: #EFF323;
}
.BgClassName
{
background-color: #EFF323;
}
</style>
border-color css
<style>
span { border-color: #EFF323; }
span { border-color: rgb(239,243,35); }
td.TdClassName
{
border-color: #EFF323;
}
.TagClassName
{
border-color: #EFF323;
}
</style>