Shades of Golden Fizz #EFF827
Tints of Golden Fizz #EFF827
RGB
CMYK
RGB Variations
Color information
#EFF827 (or 0xEFF827) is known color: Golden Fizz. HEX triplet: EF, F8 and 27. RGB value is (239,248,39). Sum of RGB (Red+Green+Blue) = 239+248+39=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 39 (15.62% from 255 or 7.41% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF827 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF827 is #1007D8. Grayscale: #DEDEDE. Windows color (decimal): -1050585 or 2619631. OLE color: 2619631.
HSL color Cylindrical-coordinate representation of color #EFF827: hue angle of 62.58º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF827 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 248 | 39 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.03 |
| HSL | 62.58º | 0.94% | 0.56% | - |
| HSV(B) | 62.58º | 0.84% | 0.97% | - |
| XYZ | 69.53 | 85.63 | 14.78 | - |
| YUV | 221.48 | 25.02 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 248 | 39 | 0.04 | 0 | 0.84 | 0.03 | 62.58 | 0.94 | 0.56 |
| Hex | EF | F8 | 27 | 4 | 0 | 54 | 3 | 3F | 5E | 38 |
| Octal | 357 | 370 | 47 | 4 | 0 | 124 | 3 | 77 | 136 | 70 |
| Binary | 11101111 | 11111000 | 100111 | 100 | 0 | 1010100 | 11 | 111111 | 1011110 | 111000 |
Color Harmonies of #EFF827
Complementary color
Monochromatic Colors of #EFF827
Black with #EFF827
Text Example
Text Example
White with #EFF827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF827; }
p { color: rgb(239,248,39); }
H1.HeaderClassName
{
color: #EFF827;
}
.AnyTagClassName
{
color: #EFF827;
}
</style>
background-color css
<style>
a { background-color: #EFF827; }
a { background-color: rgb(239,248,39); }
div.DivClassName
{
background-color: #EFF827;
}
.BgClassName
{
background-color: #EFF827;
}
</style>
border-color css
<style>
span { border-color: #EFF827; }
span { border-color: rgb(239,248,39); }
td.TdClassName
{
border-color: #EFF827;
}
.TagClassName
{
border-color: #EFF827;
}
</style>