Shades of Manz #E8DE4D
Tints of Manz #E8DE4D
RGB
CMYK
RGB Variations
Color information
#E8DE4D (or 0xE8DE4D) is known color: Manz. HEX triplet: E8, DE and 4D. RGB value is (232,222,77). Sum of RGB (Red+Green+Blue) = 232+222+77=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DE4D is #1721B2. Grayscale: #D1D1D1. Windows color (decimal): -1515955 or 5103336. OLE color: 5103336.
HSL color Cylindrical-coordinate representation of color #E8DE4D: hue angle of 56.13º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8DE4D is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 222 | 77 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.09 |
| HSL | 56.13º | 0.77% | 0.61% | - |
| HSV(B) | 56.13º | 0.67% | 0.91% | - |
| XYZ | 60.74 | 69.93 | 17.32 | - |
| YUV | 208.46 | 53.81 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 222 | 77 | 0 | 0.04 | 0.67 | 0.09 | 56.13 | 0.77 | 0.61 |
| Hex | E8 | DE | 4D | 0 | 4 | 43 | 9 | 38 | 4D | 3D |
| Octal | 350 | 336 | 115 | 0 | 4 | 103 | 11 | 70 | 115 | 75 |
| Binary | 11101000 | 11011110 | 1001101 | 0 | 100 | 1000011 | 1001 | 111000 | 1001101 | 111101 |
Color Harmonies of #E8DE4D
Complementary color
Monochromatic Colors of #E8DE4D
Black with #E8DE4D
Text Example
Text Example
White with #E8DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DE4D; }
p { color: rgb(232,222,77); }
H1.HeaderClassName
{
color: #E8DE4D;
}
.AnyTagClassName
{
color: #E8DE4D;
}
</style>
background-color css
<style>
a { background-color: #E8DE4D; }
a { background-color: rgb(232,222,77); }
div.DivClassName
{
background-color: #E8DE4D;
}
.BgClassName
{
background-color: #E8DE4D;
}
</style>
border-color css
<style>
span { border-color: #E8DE4D; }
span { border-color: rgb(232,222,77); }
td.TdClassName
{
border-color: #E8DE4D;
}
.TagClassName
{
border-color: #E8DE4D;
}
</style>