Shades of Manz #E8E952
Tints of Manz #E8E952
RGB
CMYK
RGB Variations
Color information
#E8E952 (or 0xE8E952) is known color: Manz. HEX triplet: E8, E9 and 52. RGB value is (232,233,82). Sum of RGB (Red+Green+Blue) = 232+233+82=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 82 (32.42% from 255 or 14.99% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #E8E952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8E952 is #1716AD. Grayscale: #D8D8D8. Windows color (decimal): -1513134 or 5433832. OLE color: 5433832.
HSL color Cylindrical-coordinate representation of color #E8E952: hue angle of 60.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8E952 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 233 | 82 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.09 |
| HSL | 60.4º | 0.77% | 0.62% | - |
| HSV(B) | 60.4º | 0.65% | 0.91% | - |
| XYZ | 63.94 | 76.04 | 19.29 | - |
| YUV | 215.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 233 | 82 | 0.00 | 0 | 0.65 | 0.09 | 60.4 | 0.77 | 0.62 |
| Hex | E8 | E9 | 52 | 0 | 0 | 41 | 9 | 3C | 4D | 3E |
| Octal | 350 | 351 | 122 | 0 | 0 | 101 | 11 | 74 | 115 | 76 |
| Binary | 11101000 | 11101001 | 1010010 | 0 | 0 | 1000001 | 1001 | 111100 | 1001101 | 111110 |
Color Harmonies of #E8E952
Complementary color
Monochromatic Colors of #E8E952
Black with #E8E952
Text Example
Text Example
White with #E8E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E952; }
p { color: rgb(232,233,82); }
H1.HeaderClassName
{
color: #E8E952;
}
.AnyTagClassName
{
color: #E8E952;
}
</style>
background-color css
<style>
a { background-color: #E8E952; }
a { background-color: rgb(232,233,82); }
div.DivClassName
{
background-color: #E8E952;
}
.BgClassName
{
background-color: #E8E952;
}
</style>
border-color css
<style>
span { border-color: #E8E952; }
span { border-color: rgb(232,233,82); }
td.TdClassName
{
border-color: #E8E952;
}
.TagClassName
{
border-color: #E8E952;
}
</style>