Shades of Manz #EEE552
Tints of Manz #EEE552
RGB
CMYK
RGB Variations
Color information
#EEE552 (or 0xEEE552) is known color: Manz. HEX triplet: EE, E5 and 52. RGB value is (238,229,82). Sum of RGB (Red+Green+Blue) = 238+229+82=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 82 (32.42% from 255 or 14.94% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE552 is #111AAD. Grayscale: #D7D7D7. Windows color (decimal): -1120942 or 5432814. OLE color: 5432814.
HSL color Cylindrical-coordinate representation of color #EEE552: hue angle of 56.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE552 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 82 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.07 |
| HSL | 56.54º | 0.82% | 0.63% | - |
| HSV(B) | 56.54º | 0.66% | 0.93% | - |
| XYZ | 64.8 | 74.82 | 19.01 | - |
| YUV | 214.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 82 | 0 | 0.04 | 0.66 | 0.07 | 56.54 | 0.82 | 0.63 |
| Hex | EE | E5 | 52 | 0 | 4 | 42 | 7 | 39 | 52 | 3F |
| Octal | 356 | 345 | 122 | 0 | 4 | 102 | 7 | 71 | 122 | 77 |
| Binary | 11101110 | 11100101 | 1010010 | 0 | 100 | 1000010 | 111 | 111001 | 1010010 | 111111 |
Color Harmonies of #EEE552
Complementary color
Monochromatic Colors of #EEE552
Black with #EEE552
Text Example
Text Example
White with #EEE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE552; }
p { color: rgb(238,229,82); }
H1.HeaderClassName
{
color: #EEE552;
}
.AnyTagClassName
{
color: #EEE552;
}
</style>
background-color css
<style>
a { background-color: #EEE552; }
a { background-color: rgb(238,229,82); }
div.DivClassName
{
background-color: #EEE552;
}
.BgClassName
{
background-color: #EEE552;
}
</style>
border-color css
<style>
span { border-color: #EEE552; }
span { border-color: rgb(238,229,82); }
td.TdClassName
{
border-color: #EEE552;
}
.TagClassName
{
border-color: #EEE552;
}
</style>