Shades of Golden Fizz #EEF830
Tints of Golden Fizz #EEF830
RGB
CMYK
RGB Variations
Color information
#EEF830 (or 0xEEF830) is known color: Golden Fizz. HEX triplet: EE, F8 and 30. RGB value is (238,248,48). Sum of RGB (Red+Green+Blue) = 238+248+48=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 48 (19.14% from 255 or 8.99% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF830 is #1107CF. Grayscale: #DEDEDE. Windows color (decimal): -1116112 or 3209454. OLE color: 3209454.
HSL color Cylindrical-coordinate representation of color #EEF830: hue angle of 63º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEF830 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 48 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.03 |
| HSL | 63º | 0.93% | 0.58% | - |
| HSV(B) | 63º | 0.81% | 0.97% | - |
| XYZ | 69.36 | 85.53 | 15.65 | - |
| YUV | 222.21 | 29.69 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 48 | 0.04 | 0 | 0.81 | 0.03 | 63 | 0.93 | 0.58 |
| Hex | EE | F8 | 30 | 4 | 0 | 51 | 3 | 3F | 5D | 3A |
| Octal | 356 | 370 | 60 | 4 | 0 | 121 | 3 | 77 | 135 | 72 |
| Binary | 11101110 | 11111000 | 110000 | 100 | 0 | 1010001 | 11 | 111111 | 1011101 | 111010 |
Color Harmonies of #EEF830
Complementary color
Monochromatic Colors of #EEF830
Black with #EEF830
Text Example
Text Example
White with #EEF830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF830; }
p { color: rgb(238,248,48); }
H1.HeaderClassName
{
color: #EEF830;
}
.AnyTagClassName
{
color: #EEF830;
}
</style>
background-color css
<style>
a { background-color: #EEF830; }
a { background-color: rgb(238,248,48); }
div.DivClassName
{
background-color: #EEF830;
}
.BgClassName
{
background-color: #EEF830;
}
</style>
border-color css
<style>
span { border-color: #EEF830; }
span { border-color: rgb(238,248,48); }
td.TdClassName
{
border-color: #EEF830;
}
.TagClassName
{
border-color: #EEF830;
}
</style>