Shades of Manz #E8DA47
Tints of Manz #E8DA47
RGB
CMYK
RGB Variations
Color information
#E8DA47 (or 0xE8DA47) is known color: Manz. HEX triplet: E8, DA and 47. RGB value is (232,218,71). Sum of RGB (Red+Green+Blue) = 232+218+71=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 71 (28.12% from 255 or 13.63% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DA47 is #1725B8. Grayscale: #CECECE. Windows color (decimal): -1516985 or 4709096. OLE color: 4709096.
HSL color Cylindrical-coordinate representation of color #E8DA47: hue angle of 54.78º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8DA47 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 218 | 71 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.09 |
| HSL | 54.78º | 0.78% | 0.59% | - |
| HSV(B) | 54.78º | 0.69% | 0.91% | - |
| XYZ | 59.49 | 67.75 | 15.9 | - |
| YUV | 205.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 218 | 71 | 0 | 0.06 | 0.69 | 0.09 | 54.78 | 0.78 | 0.59 |
| Hex | E8 | DA | 47 | 0 | 6 | 45 | 9 | 37 | 4E | 3B |
| Octal | 350 | 332 | 107 | 0 | 6 | 105 | 11 | 67 | 116 | 73 |
| Binary | 11101000 | 11011010 | 1000111 | 0 | 110 | 1000101 | 1001 | 110111 | 1001110 | 111011 |
Color Harmonies of #E8DA47
Complementary color
Monochromatic Colors of #E8DA47
Black with #E8DA47
Text Example
Text Example
White with #E8DA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DA47; }
p { color: rgb(232,218,71); }
H1.HeaderClassName
{
color: #E8DA47;
}
.AnyTagClassName
{
color: #E8DA47;
}
</style>
background-color css
<style>
a { background-color: #E8DA47; }
a { background-color: rgb(232,218,71); }
div.DivClassName
{
background-color: #E8DA47;
}
.BgClassName
{
background-color: #E8DA47;
}
</style>
border-color css
<style>
span { border-color: #E8DA47; }
span { border-color: rgb(232,218,71); }
td.TdClassName
{
border-color: #E8DA47;
}
.TagClassName
{
border-color: #E8DA47;
}
</style>