Shades of Golden Fizz #EEF13A
Tints of Golden Fizz #EEF13A
RGB
CMYK
RGB Variations
Color information
#EEF13A (or 0xEEF13A) is known color: Golden Fizz. HEX triplet: EE, F1 and 3A. RGB value is (238,241,58). Sum of RGB (Red+Green+Blue) = 238+241+58=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 58 (23.05% from 255 or 10.80% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF13A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF13A is #110EC5. Grayscale: #DBDBDB. Windows color (decimal): -1117894 or 3863022. OLE color: 3863022.
HSL color Cylindrical-coordinate representation of color #EEF13A: hue angle of 60.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEF13A is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 58 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.05 |
| HSL | 60.98º | 0.87% | 0.59% | - |
| HSV(B) | 60.98º | 0.76% | 0.95% | - |
| XYZ | 67.48 | 81.39 | 16.16 | - |
| YUV | 219.24 | 37.01 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 58 | 0.01 | 0 | 0.76 | 0.05 | 60.98 | 0.87 | 0.59 |
| Hex | EE | F1 | 3A | 1 | 0 | 4C | 5 | 3D | 57 | 3B |
| Octal | 356 | 361 | 72 | 1 | 0 | 114 | 5 | 75 | 127 | 73 |
| Binary | 11101110 | 11110001 | 111010 | 1 | 0 | 1001100 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EEF13A
Complementary color
Monochromatic Colors of #EEF13A
Black with #EEF13A
Text Example
Text Example
White with #EEF13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF13A; }
p { color: rgb(238,241,58); }
H1.HeaderClassName
{
color: #EEF13A;
}
.AnyTagClassName
{
color: #EEF13A;
}
</style>
background-color css
<style>
a { background-color: #EEF13A; }
a { background-color: rgb(238,241,58); }
div.DivClassName
{
background-color: #EEF13A;
}
.BgClassName
{
background-color: #EEF13A;
}
</style>
border-color css
<style>
span { border-color: #EEF13A; }
span { border-color: rgb(238,241,58); }
td.TdClassName
{
border-color: #EEF13A;
}
.TagClassName
{
border-color: #EEF13A;
}
</style>