Shades of Manz #E8DF62
Tints of Manz #E8DF62
RGB
CMYK
RGB Variations
Color information
#E8DF62 (or 0xE8DF62) is known color: Manz. HEX triplet: E8, DF and 62. RGB value is (232,223,98). Sum of RGB (Red+Green+Blue) = 232+223+98=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 98 (38.67% from 255 or 17.72% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DF62 is #17209D. Grayscale: #D3D3D3. Windows color (decimal): -1515678 or 6479848. OLE color: 6479848.
HSL color Cylindrical-coordinate representation of color #E8DF62: hue angle of 55.97º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E8DF62 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 98 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.09 |
| HSL | 55.97º | 0.74% | 0.65% | - |
| HSV(B) | 55.97º | 0.58% | 0.91% | - |
| XYZ | 61.87 | 70.81 | 21.96 | - |
| YUV | 211.44 | 63.98 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 98 | 0 | 0.04 | 0.58 | 0.09 | 55.97 | 0.74 | 0.65 |
| Hex | E8 | DF | 62 | 0 | 4 | 3A | 9 | 38 | 4A | 41 |
| Octal | 350 | 337 | 142 | 0 | 4 | 72 | 11 | 70 | 112 | 101 |
| Binary | 11101000 | 11011111 | 1100010 | 0 | 100 | 111010 | 1001 | 111000 | 1001010 | 1000001 |
Color Harmonies of #E8DF62
Complementary color
Monochromatic Colors of #E8DF62
Black with #E8DF62
Text Example
Text Example
White with #E8DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF62; }
p { color: rgb(232,223,98); }
H1.HeaderClassName
{
color: #E8DF62;
}
.AnyTagClassName
{
color: #E8DF62;
}
</style>
background-color css
<style>
a { background-color: #E8DF62; }
a { background-color: rgb(232,223,98); }
div.DivClassName
{
background-color: #E8DF62;
}
.BgClassName
{
background-color: #E8DF62;
}
</style>
border-color css
<style>
span { border-color: #E8DF62; }
span { border-color: rgb(232,223,98); }
td.TdClassName
{
border-color: #E8DF62;
}
.TagClassName
{
border-color: #E8DF62;
}
</style>