Shades of Manz #EEE250
Tints of Manz #EEE250
RGB
CMYK
RGB Variations
Color information
#EEE250 (or 0xEEE250) is known color: Manz. HEX triplet: EE, E2 and 50. RGB value is (238,226,80). Sum of RGB (Red+Green+Blue) = 238+226+80=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE250 is #111DAF. Grayscale: #D5D5D5. Windows color (decimal): -1121712 or 5300974. OLE color: 5300974.
HSL color Cylindrical-coordinate representation of color #EEE250: hue angle of 55.44º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE250 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 80 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.07 |
| HSL | 55.44º | 0.82% | 0.62% | - |
| HSV(B) | 55.44º | 0.66% | 0.93% | - |
| XYZ | 63.9 | 73.15 | 18.34 | - |
| YUV | 212.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 80 | 0 | 0.05 | 0.66 | 0.07 | 55.44 | 0.82 | 0.62 |
| Hex | EE | E2 | 50 | 0 | 5 | 42 | 7 | 37 | 52 | 3E |
| Octal | 356 | 342 | 120 | 0 | 5 | 102 | 7 | 67 | 122 | 76 |
| Binary | 11101110 | 11100010 | 1010000 | 0 | 101 | 1000010 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EEE250
Complementary color
Monochromatic Colors of #EEE250
Black with #EEE250
Text Example
Text Example
White with #EEE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE250; }
p { color: rgb(238,226,80); }
H1.HeaderClassName
{
color: #EEE250;
}
.AnyTagClassName
{
color: #EEE250;
}
</style>
background-color css
<style>
a { background-color: #EEE250; }
a { background-color: rgb(238,226,80); }
div.DivClassName
{
background-color: #EEE250;
}
.BgClassName
{
background-color: #EEE250;
}
</style>
border-color css
<style>
span { border-color: #EEE250; }
span { border-color: rgb(238,226,80); }
td.TdClassName
{
border-color: #EEE250;
}
.TagClassName
{
border-color: #EEE250;
}
</style>