Shades of Manz #E8DA61
Tints of Manz #E8DA61
RGB
CMYK
RGB Variations
Color information
#E8DA61 (or 0xE8DA61) is known color: Manz. HEX triplet: E8, DA and 61. RGB value is (232,218,97). Sum of RGB (Red+Green+Blue) = 232+218+97=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA61 is #17259E. Grayscale: #D0D0D0. Windows color (decimal): -1516959 or 6413032. OLE color: 6413032.
HSL color Cylindrical-coordinate representation of color #E8DA61: hue angle of 53.78º degrees, saturation: 0.75, 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 #E8DA61 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 97 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.09 |
| HSL | 53.78º | 0.75% | 0.65% | - |
| HSV(B) | 53.78º | 0.58% | 0.91% | - |
| XYZ | 60.51 | 68.16 | 21.28 | - |
| YUV | 208.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 97 | 0 | 0.06 | 0.58 | 0.09 | 53.78 | 0.75 | 0.65 |
| Hex | E8 | DA | 61 | 0 | 6 | 3A | 9 | 36 | 4B | 41 |
| Octal | 350 | 332 | 141 | 0 | 6 | 72 | 11 | 66 | 113 | 101 |
| Binary | 11101000 | 11011010 | 1100001 | 0 | 110 | 111010 | 1001 | 110110 | 1001011 | 1000001 |
Color Harmonies of #E8DA61
Complementary color
Monochromatic Colors of #E8DA61
Black with #E8DA61
Text Example
Text Example
White with #E8DA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA61; }
p { color: rgb(232,218,97); }
H1.HeaderClassName
{
color: #E8DA61;
}
.AnyTagClassName
{
color: #E8DA61;
}
</style>
background-color css
<style>
a { background-color: #E8DA61; }
a { background-color: rgb(232,218,97); }
div.DivClassName
{
background-color: #E8DA61;
}
.BgClassName
{
background-color: #E8DA61;
}
</style>
border-color css
<style>
span { border-color: #E8DA61; }
span { border-color: rgb(232,218,97); }
td.TdClassName
{
border-color: #E8DA61;
}
.TagClassName
{
border-color: #E8DA61;
}
</style>