Shades of Manz #EEE155
Tints of Manz #EEE155
RGB
CMYK
RGB Variations
Color information
#EEE155 (or 0xEEE155) is known color: Manz. HEX triplet: EE, E1 and 55. RGB value is (238,225,85). Sum of RGB (Red+Green+Blue) = 238+225+85=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE155 is #111EAA. Grayscale: #D5D5D5. Windows color (decimal): -1121963 or 5628398. OLE color: 5628398.
HSL color Cylindrical-coordinate representation of color #EEE155: hue angle of 54.9º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EEE155 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 85 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 54.9º | 0.82% | 0.63% | - |
| HSV(B) | 54.9º | 0.64% | 0.93% | - |
| XYZ | 63.82 | 72.68 | 19.26 | - |
| YUV | 212.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 85 | 0 | 0.05 | 0.64 | 0.07 | 54.9 | 0.82 | 0.63 |
| Hex | EE | E1 | 55 | 0 | 5 | 40 | 7 | 37 | 52 | 3F |
| Octal | 356 | 341 | 125 | 0 | 5 | 100 | 7 | 67 | 122 | 77 |
| Binary | 11101110 | 11100001 | 1010101 | 0 | 101 | 1000000 | 111 | 110111 | 1010010 | 111111 |
Color Harmonies of #EEE155
Complementary color
Monochromatic Colors of #EEE155
Black with #EEE155
Text Example
Text Example
White with #EEE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE155; }
p { color: rgb(238,225,85); }
H1.HeaderClassName
{
color: #EEE155;
}
.AnyTagClassName
{
color: #EEE155;
}
</style>
background-color css
<style>
a { background-color: #EEE155; }
a { background-color: rgb(238,225,85); }
div.DivClassName
{
background-color: #EEE155;
}
.BgClassName
{
background-color: #EEE155;
}
</style>
border-color css
<style>
span { border-color: #EEE155; }
span { border-color: rgb(238,225,85); }
td.TdClassName
{
border-color: #EEE155;
}
.TagClassName
{
border-color: #EEE155;
}
</style>