Shades of Golden Fizz #EEF83A
Tints of Golden Fizz #EEF83A
RGB
CMYK
RGB Variations
Color information
#EEF83A (or 0xEEF83A) is known color: Golden Fizz. HEX triplet: EE, F8 and 3A. RGB value is (238,248,58). Sum of RGB (Red+Green+Blue) = 238+248+58=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 58 (23.05% from 255 or 10.66% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF83A is #1107C5. Grayscale: #E0E0E0. Windows color (decimal): -1116102 or 3864814. OLE color: 3864814.
HSL color Cylindrical-coordinate representation of color #EEF83A: hue angle of 63.16º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEF83A is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 58 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.03 |
| HSL | 63.16º | 0.93% | 0.6% | - |
| HSV(B) | 63.16º | 0.77% | 0.97% | - |
| XYZ | 69.59 | 85.62 | 16.86 | - |
| YUV | 223.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 58 | 0.04 | 0 | 0.77 | 0.03 | 63.16 | 0.93 | 0.6 |
| Hex | EE | F8 | 3A | 4 | 0 | 4D | 3 | 3F | 5D | 3C |
| Octal | 356 | 370 | 72 | 4 | 0 | 115 | 3 | 77 | 135 | 74 |
| Binary | 11101110 | 11111000 | 111010 | 100 | 0 | 1001101 | 11 | 111111 | 1011101 | 111100 |
Color Harmonies of #EEF83A
Complementary color
Monochromatic Colors of #EEF83A
Black with #EEF83A
Text Example
Text Example
White with #EEF83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF83A; }
p { color: rgb(238,248,58); }
H1.HeaderClassName
{
color: #EEF83A;
}
.AnyTagClassName
{
color: #EEF83A;
}
</style>
background-color css
<style>
a { background-color: #EEF83A; }
a { background-color: rgb(238,248,58); }
div.DivClassName
{
background-color: #EEF83A;
}
.BgClassName
{
background-color: #EEF83A;
}
</style>
border-color css
<style>
span { border-color: #EEF83A; }
span { border-color: rgb(238,248,58); }
td.TdClassName
{
border-color: #EEF83A;
}
.TagClassName
{
border-color: #EEF83A;
}
</style>