Shades of Manz #E8DA4E
Tints of Manz #E8DA4E
RGB
CMYK
RGB Variations
Color information
#E8DA4E (or 0xE8DA4E) is known color: Manz. HEX triplet: E8, DA and 4E. RGB value is (232,218,78). Sum of RGB (Red+Green+Blue) = 232+218+78=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DA4E is #1725B1. Grayscale: #CECECE. Windows color (decimal): -1516978 or 5167848. OLE color: 5167848.
HSL color Cylindrical-coordinate representation of color #E8DA4E: hue angle of 54.55º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8DA4E is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 78 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.09 |
| HSL | 54.55º | 0.77% | 0.61% | - |
| HSV(B) | 54.55º | 0.66% | 0.91% | - |
| XYZ | 59.73 | 67.85 | 17.16 | - |
| YUV | 206.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 78 | 0 | 0.06 | 0.66 | 0.09 | 54.55 | 0.77 | 0.61 |
| Hex | E8 | DA | 4E | 0 | 6 | 42 | 9 | 37 | 4D | 3D |
| Octal | 350 | 332 | 116 | 0 | 6 | 102 | 11 | 67 | 115 | 75 |
| Binary | 11101000 | 11011010 | 1001110 | 0 | 110 | 1000010 | 1001 | 110111 | 1001101 | 111101 |
Color Harmonies of #E8DA4E
Complementary color
Monochromatic Colors of #E8DA4E
Black with #E8DA4E
Text Example
Text Example
White with #E8DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA4E; }
p { color: rgb(232,218,78); }
H1.HeaderClassName
{
color: #E8DA4E;
}
.AnyTagClassName
{
color: #E8DA4E;
}
</style>
background-color css
<style>
a { background-color: #E8DA4E; }
a { background-color: rgb(232,218,78); }
div.DivClassName
{
background-color: #E8DA4E;
}
.BgClassName
{
background-color: #E8DA4E;
}
</style>
border-color css
<style>
span { border-color: #E8DA4E; }
span { border-color: rgb(232,218,78); }
td.TdClassName
{
border-color: #E8DA4E;
}
.TagClassName
{
border-color: #E8DA4E;
}
</style>