Shades of Golden Fizz #EEF135
Tints of Golden Fizz #EEF135
RGB
CMYK
RGB Variations
Color information
#EEF135 (or 0xEEF135) is known color: Golden Fizz. HEX triplet: EE, F1 and 35. RGB value is (238,241,53). Sum of RGB (Red+Green+Blue) = 238+241+53=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 53 (21.09% from 255 or 9.96% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF135 is #110ECA. Grayscale: #DBDBDB. Windows color (decimal): -1117899 or 3535342. OLE color: 3535342.
HSL color Cylindrical-coordinate representation of color #EEF135: hue angle of 60.96º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEF135 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 53 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.05 |
| HSL | 60.96º | 0.87% | 0.58% | - |
| HSV(B) | 60.96º | 0.78% | 0.95% | - |
| XYZ | 67.36 | 81.34 | 15.52 | - |
| YUV | 218.67 | 34.51 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 53 | 0.01 | 0 | 0.78 | 0.05 | 60.96 | 0.87 | 0.58 |
| Hex | EE | F1 | 35 | 1 | 0 | 4E | 5 | 3D | 57 | 3A |
| Octal | 356 | 361 | 65 | 1 | 0 | 116 | 5 | 75 | 127 | 72 |
| Binary | 11101110 | 11110001 | 110101 | 1 | 0 | 1001110 | 101 | 111101 | 1010111 | 111010 |
Color Harmonies of #EEF135
Complementary color
Monochromatic Colors of #EEF135
Black with #EEF135
Text Example
Text Example
White with #EEF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF135; }
p { color: rgb(238,241,53); }
H1.HeaderClassName
{
color: #EEF135;
}
.AnyTagClassName
{
color: #EEF135;
}
</style>
background-color css
<style>
a { background-color: #EEF135; }
a { background-color: rgb(238,241,53); }
div.DivClassName
{
background-color: #EEF135;
}
.BgClassName
{
background-color: #EEF135;
}
</style>
border-color css
<style>
span { border-color: #EEF135; }
span { border-color: rgb(238,241,53); }
td.TdClassName
{
border-color: #EEF135;
}
.TagClassName
{
border-color: #EEF135;
}
</style>