Shades of Golden Fizz #EEF935
Tints of Golden Fizz #EEF935
RGB
CMYK
RGB Variations
Color information
#EEF935 (or 0xEEF935) is known color: Golden Fizz. HEX triplet: EE, F9 and 35. RGB value is (238,249,53). Sum of RGB (Red+Green+Blue) = 238+249+53=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 53 (21.09% from 255 or 9.81% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF935 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF935 is #1106CA. Grayscale: #E0E0E0. Windows color (decimal): -1115851 or 3537390. OLE color: 3537390.
HSL color Cylindrical-coordinate representation of color #EEF935: hue angle of 63.37º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEF935 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 53 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.02 |
| HSL | 63.37º | 0.94% | 0.59% | - |
| HSV(B) | 63.37º | 0.79% | 0.98% | - |
| XYZ | 69.78 | 86.19 | 16.33 | - |
| YUV | 223.37 | 31.86 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 53 | 0.04 | 0 | 0.79 | 0.02 | 63.37 | 0.94 | 0.59 |
| Hex | EE | F9 | 35 | 4 | 0 | 4F | 2 | 3F | 5E | 3B |
| Octal | 356 | 371 | 65 | 4 | 0 | 117 | 2 | 77 | 136 | 73 |
| Binary | 11101110 | 11111001 | 110101 | 100 | 0 | 1001111 | 10 | 111111 | 1011110 | 111011 |
Color Harmonies of #EEF935
Complementary color
Monochromatic Colors of #EEF935
Black with #EEF935
Text Example
Text Example
White with #EEF935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF935; }
p { color: rgb(238,249,53); }
H1.HeaderClassName
{
color: #EEF935;
}
.AnyTagClassName
{
color: #EEF935;
}
</style>
background-color css
<style>
a { background-color: #EEF935; }
a { background-color: rgb(238,249,53); }
div.DivClassName
{
background-color: #EEF935;
}
.BgClassName
{
background-color: #EEF935;
}
</style>
border-color css
<style>
span { border-color: #EEF935; }
span { border-color: rgb(238,249,53); }
td.TdClassName
{
border-color: #EEF935;
}
.TagClassName
{
border-color: #EEF935;
}
</style>