Shades of Manz #EEE355
Tints of Manz #EEE355
RGB
CMYK
RGB Variations
Color information
#EEE355 (or 0xEEE355) is known color: Manz. HEX triplet: EE, E3 and 55. RGB value is (238,227,85). Sum of RGB (Red+Green+Blue) = 238+227+85=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE355 is #111CAA. Grayscale: #D6D6D6. Windows color (decimal): -1121451 or 5628910. OLE color: 5628910.
HSL color Cylindrical-coordinate representation of color #EEE355: hue angle of 55.69º 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 #EEE355 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 85 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 55.69º | 0.82% | 0.63% | - |
| HSV(B) | 55.69º | 0.64% | 0.93% | - |
| XYZ | 64.37 | 73.77 | 19.44 | - |
| YUV | 214.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 85 | 0 | 0.05 | 0.64 | 0.07 | 55.69 | 0.82 | 0.63 |
| Hex | EE | E3 | 55 | 0 | 5 | 40 | 7 | 38 | 52 | 3F |
| Octal | 356 | 343 | 125 | 0 | 5 | 100 | 7 | 70 | 122 | 77 |
| Binary | 11101110 | 11100011 | 1010101 | 0 | 101 | 1000000 | 111 | 111000 | 1010010 | 111111 |
Color Harmonies of #EEE355
Complementary color
Monochromatic Colors of #EEE355
Black with #EEE355
Text Example
Text Example
White with #EEE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE355; }
p { color: rgb(238,227,85); }
H1.HeaderClassName
{
color: #EEE355;
}
.AnyTagClassName
{
color: #EEE355;
}
</style>
background-color css
<style>
a { background-color: #EEE355; }
a { background-color: rgb(238,227,85); }
div.DivClassName
{
background-color: #EEE355;
}
.BgClassName
{
background-color: #EEE355;
}
</style>
border-color css
<style>
span { border-color: #EEE355; }
span { border-color: rgb(238,227,85); }
td.TdClassName
{
border-color: #EEE355;
}
.TagClassName
{
border-color: #EEE355;
}
</style>