Shades of Golden Fizz #EFF32D
Tints of Golden Fizz #EFF32D
RGB
CMYK
RGB Variations
Color information
#EFF32D (or 0xEFF32D) is known color: Golden Fizz. HEX triplet: EF, F3 and 2D. RGB value is (239,243,45). Sum of RGB (Red+Green+Blue) = 239+243+45=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 45 (17.97% from 255 or 8.54% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF32D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF32D is #100CD2. Grayscale: #DCDCDC. Windows color (decimal): -1051859 or 3011567. OLE color: 3011567.
HSL color Cylindrical-coordinate representation of color #EFF32D: hue angle of 61.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF32D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 45 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.05 |
| HSL | 61.21º | 0.89% | 0.56% | - |
| HSV(B) | 61.21º | 0.81% | 0.95% | - |
| XYZ | 68.12 | 82.64 | 14.84 | - |
| YUV | 219.23 | 29.67 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 45 | 0.02 | 0 | 0.81 | 0.05 | 61.21 | 0.89 | 0.56 |
| Hex | EF | F3 | 2D | 2 | 0 | 51 | 5 | 3D | 59 | 38 |
| Octal | 357 | 363 | 55 | 2 | 0 | 121 | 5 | 75 | 131 | 70 |
| Binary | 11101111 | 11110011 | 101101 | 10 | 0 | 1010001 | 101 | 111101 | 1011001 | 111000 |
Color Harmonies of #EFF32D
Complementary color
Monochromatic Colors of #EFF32D
Black with #EFF32D
Text Example
Text Example
White with #EFF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF32D; }
p { color: rgb(239,243,45); }
H1.HeaderClassName
{
color: #EFF32D;
}
.AnyTagClassName
{
color: #EFF32D;
}
</style>
background-color css
<style>
a { background-color: #EFF32D; }
a { background-color: rgb(239,243,45); }
div.DivClassName
{
background-color: #EFF32D;
}
.BgClassName
{
background-color: #EFF32D;
}
</style>
border-color css
<style>
span { border-color: #EFF32D; }
span { border-color: rgb(239,243,45); }
td.TdClassName
{
border-color: #EFF32D;
}
.TagClassName
{
border-color: #EFF32D;
}
</style>