Shades of Manz #EEE156
Tints of Manz #EEE156
RGB
CMYK
RGB Variations
Color information
#EEE156 (or 0xEEE156) is known color: Manz. HEX triplet: EE, E1 and 56. RGB value is (238,225,86). Sum of RGB (Red+Green+Blue) = 238+225+86=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE156 is #111EA9. Grayscale: #D5D5D5. Windows color (decimal): -1121962 or 5693934. OLE color: 5693934.
HSL color Cylindrical-coordinate representation of color #EEE156: hue angle of 54.87º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEE156 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 54.87º | 0.82% | 0.64% | - |
| HSV(B) | 54.87º | 0.64% | 0.93% | - |
| XYZ | 63.86 | 72.7 | 19.47 | - |
| YUV | 213.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 86 | 0 | 0.05 | 0.64 | 0.07 | 54.87 | 0.82 | 0.64 |
| Hex | EE | E1 | 56 | 0 | 5 | 40 | 7 | 37 | 52 | 40 |
| Octal | 356 | 341 | 126 | 0 | 5 | 100 | 7 | 67 | 122 | 100 |
| Binary | 11101110 | 11100001 | 1010110 | 0 | 101 | 1000000 | 111 | 110111 | 1010010 | 1000000 |
Color Harmonies of #EEE156
Complementary color
Monochromatic Colors of #EEE156
Black with #EEE156
Text Example
Text Example
White with #EEE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE156; }
p { color: rgb(238,225,86); }
H1.HeaderClassName
{
color: #EEE156;
}
.AnyTagClassName
{
color: #EEE156;
}
</style>
background-color css
<style>
a { background-color: #EEE156; }
a { background-color: rgb(238,225,86); }
div.DivClassName
{
background-color: #EEE156;
}
.BgClassName
{
background-color: #EEE156;
}
</style>
border-color css
<style>
span { border-color: #EEE156; }
span { border-color: rgb(238,225,86); }
td.TdClassName
{
border-color: #EEE156;
}
.TagClassName
{
border-color: #EEE156;
}
</style>