Shades of Golden Fizz #EEF827
Tints of Golden Fizz #EEF827
RGB
CMYK
RGB Variations
Color information
#EEF827 (or 0xEEF827) is known color: Golden Fizz. HEX triplet: EE, F8 and 27. RGB value is (238,248,39). Sum of RGB (Red+Green+Blue) = 238+248+39=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 39 (15.62% from 255 or 7.43% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF827 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF827 is #1107D8. Grayscale: #DEDEDE. Windows color (decimal): -1116121 or 2619630. OLE color: 2619630.
HSL color Cylindrical-coordinate representation of color #EEF827: hue angle of 62.87º 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 #EEF827 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 39 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.03 |
| HSL | 62.87º | 0.94% | 0.56% | - |
| HSV(B) | 62.87º | 0.84% | 0.97% | - |
| XYZ | 69.19 | 85.46 | 14.77 | - |
| YUV | 221.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 39 | 0.04 | 0 | 0.84 | 0.03 | 62.87 | 0.94 | 0.56 |
| Hex | EE | F8 | 27 | 4 | 0 | 54 | 3 | 3F | 5E | 38 |
| Octal | 356 | 370 | 47 | 4 | 0 | 124 | 3 | 77 | 136 | 70 |
| Binary | 11101110 | 11111000 | 100111 | 100 | 0 | 1010100 | 11 | 111111 | 1011110 | 111000 |
Color Harmonies of #EEF827
Complementary color
Monochromatic Colors of #EEF827
Black with #EEF827
Text Example
Text Example
White with #EEF827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF827; }
p { color: rgb(238,248,39); }
H1.HeaderClassName
{
color: #EEF827;
}
.AnyTagClassName
{
color: #EEF827;
}
</style>
background-color css
<style>
a { background-color: #EEF827; }
a { background-color: rgb(238,248,39); }
div.DivClassName
{
background-color: #EEF827;
}
.BgClassName
{
background-color: #EEF827;
}
</style>
border-color css
<style>
span { border-color: #EEF827; }
span { border-color: rgb(238,248,39); }
td.TdClassName
{
border-color: #EEF827;
}
.TagClassName
{
border-color: #EEF827;
}
</style>