Shades of Manz #E8DF5E
Tints of Manz #E8DF5E
RGB
CMYK
RGB Variations
Color information
#E8DF5E (or 0xE8DF5E) is known color: Manz. HEX triplet: E8, DF and 5E. RGB value is (232,223,94). Sum of RGB (Red+Green+Blue) = 232+223+94=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DF5E is #1720A1. Grayscale: #D3D3D3. Windows color (decimal): -1515682 or 6217704. OLE color: 6217704.
HSL color Cylindrical-coordinate representation of color #E8DF5E: hue angle of 56.09º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8DF5E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 94 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.09 |
| HSL | 56.09º | 0.75% | 0.64% | - |
| HSV(B) | 56.09º | 0.59% | 0.91% | - |
| XYZ | 61.69 | 70.74 | 20.99 | - |
| YUV | 210.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 94 | 0 | 0.04 | 0.59 | 0.09 | 56.09 | 0.75 | 0.64 |
| Hex | E8 | DF | 5E | 0 | 4 | 3B | 9 | 38 | 4B | 40 |
| Octal | 350 | 337 | 136 | 0 | 4 | 73 | 11 | 70 | 113 | 100 |
| Binary | 11101000 | 11011111 | 1011110 | 0 | 100 | 111011 | 1001 | 111000 | 1001011 | 1000000 |
Color Harmonies of #E8DF5E
Complementary color
Monochromatic Colors of #E8DF5E
Black with #E8DF5E
Text Example
Text Example
White with #E8DF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF5E; }
p { color: rgb(232,223,94); }
H1.HeaderClassName
{
color: #E8DF5E;
}
.AnyTagClassName
{
color: #E8DF5E;
}
</style>
background-color css
<style>
a { background-color: #E8DF5E; }
a { background-color: rgb(232,223,94); }
div.DivClassName
{
background-color: #E8DF5E;
}
.BgClassName
{
background-color: #E8DF5E;
}
</style>
border-color css
<style>
span { border-color: #E8DF5E; }
span { border-color: rgb(232,223,94); }
td.TdClassName
{
border-color: #E8DF5E;
}
.TagClassName
{
border-color: #E8DF5E;
}
</style>