Shades of Manz #E8DA56
Tints of Manz #E8DA56
RGB
CMYK
RGB Variations
Color information
#E8DA56 (or 0xE8DA56) is known color: Manz. HEX triplet: E8, DA and 56. RGB value is (232,218,86). Sum of RGB (Red+Green+Blue) = 232+218+86=536 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.28% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA56 is #1725A9. Grayscale: #CFCFCF. Windows color (decimal): -1516970 or 5692136. OLE color: 5692136.
HSL color Cylindrical-coordinate representation of color #E8DA56: hue angle of 54.25º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8DA56 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 86 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.09 |
| HSL | 54.25º | 0.76% | 0.62% | - |
| HSV(B) | 54.25º | 0.63% | 0.91% | - |
| XYZ | 60.03 | 67.97 | 18.76 | - |
| YUV | 207.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 86 | 0 | 0.06 | 0.63 | 0.09 | 54.25 | 0.76 | 0.62 |
| Hex | E8 | DA | 56 | 0 | 6 | 3F | 9 | 36 | 4C | 3E |
| Octal | 350 | 332 | 126 | 0 | 6 | 77 | 11 | 66 | 114 | 76 |
| Binary | 11101000 | 11011010 | 1010110 | 0 | 110 | 111111 | 1001 | 110110 | 1001100 | 111110 |
Color Harmonies of #E8DA56
Complementary color
Monochromatic Colors of #E8DA56
Black with #E8DA56
Text Example
Text Example
White with #E8DA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA56; }
p { color: rgb(232,218,86); }
H1.HeaderClassName
{
color: #E8DA56;
}
.AnyTagClassName
{
color: #E8DA56;
}
</style>
background-color css
<style>
a { background-color: #E8DA56; }
a { background-color: rgb(232,218,86); }
div.DivClassName
{
background-color: #E8DA56;
}
.BgClassName
{
background-color: #E8DA56;
}
</style>
border-color css
<style>
span { border-color: #E8DA56; }
span { border-color: rgb(232,218,86); }
td.TdClassName
{
border-color: #E8DA56;
}
.TagClassName
{
border-color: #E8DA56;
}
</style>