Shades of Golden Fizz #EEF13C
Tints of Golden Fizz #EEF13C
RGB
CMYK
RGB Variations
Color information
#EEF13C (or 0xEEF13C) is known color: Golden Fizz. HEX triplet: EE, F1 and 3C. RGB value is (238,241,60). Sum of RGB (Red+Green+Blue) = 238+241+60=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 60 (23.83% from 255 or 11.13% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF13C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEF13C is #110EC3. Grayscale: #DCDCDC. Windows color (decimal): -1117892 or 3994094. OLE color: 3994094.
HSL color Cylindrical-coordinate representation of color #EEF13C: hue angle of 60.99º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEF13C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 60 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.05 |
| HSL | 60.99º | 0.87% | 0.59% | - |
| HSV(B) | 60.99º | 0.75% | 0.95% | - |
| XYZ | 67.53 | 81.41 | 16.43 | - |
| YUV | 219.47 | 38.01 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 60 | 0.01 | 0 | 0.75 | 0.05 | 60.99 | 0.87 | 0.59 |
| Hex | EE | F1 | 3C | 1 | 0 | 4B | 5 | 3D | 57 | 3B |
| Octal | 356 | 361 | 74 | 1 | 0 | 113 | 5 | 75 | 127 | 73 |
| Binary | 11101110 | 11110001 | 111100 | 1 | 0 | 1001011 | 101 | 111101 | 1010111 | 111011 |
Color Harmonies of #EEF13C
Complementary color
Monochromatic Colors of #EEF13C
Black with #EEF13C
Text Example
Text Example
White with #EEF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF13C; }
p { color: rgb(238,241,60); }
H1.HeaderClassName
{
color: #EEF13C;
}
.AnyTagClassName
{
color: #EEF13C;
}
</style>
background-color css
<style>
a { background-color: #EEF13C; }
a { background-color: rgb(238,241,60); }
div.DivClassName
{
background-color: #EEF13C;
}
.BgClassName
{
background-color: #EEF13C;
}
</style>
border-color css
<style>
span { border-color: #EEF13C; }
span { border-color: rgb(238,241,60); }
td.TdClassName
{
border-color: #EEF13C;
}
.TagClassName
{
border-color: #EEF13C;
}
</style>