Shades of Manz #E0D951
Tints of Manz #E0D951
RGB
CMYK
RGB Variations
Color information
#E0D951 (or 0xE0D951) is known color: Manz. HEX triplet: E0, D9 and 51. RGB value is (224,217,81). Sum of RGB (Red+Green+Blue) = 224+217+81=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D951 is #1F26AE. Grayscale: #CCCCCC. Windows color (decimal): -2041519 or 5364192. OLE color: 5364192.
HSL color Cylindrical-coordinate representation of color #E0D951: hue angle of 57.06º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0D951 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 217 | 81 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.12 |
| HSL | 57.06º | 0.7% | 0.6% | - |
| HSV(B) | 57.06º | 0.64% | 0.88% | - |
| XYZ | 57.04 | 66.07 | 17.53 | - |
| YUV | 203.59 | 58.82 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 217 | 81 | 0 | 0.03 | 0.64 | 0.12 | 57.06 | 0.7 | 0.6 |
| Hex | E0 | D9 | 51 | 0 | 3 | 40 | C | 39 | 46 | 3C |
| Octal | 340 | 331 | 121 | 0 | 3 | 100 | 14 | 71 | 106 | 74 |
| Binary | 11100000 | 11011001 | 1010001 | 0 | 11 | 1000000 | 1100 | 111001 | 1000110 | 111100 |
Color Harmonies of #E0D951
Complementary color
Monochromatic Colors of #E0D951
Black with #E0D951
Text Example
Text Example
White with #E0D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D951; }
p { color: rgb(224,217,81); }
H1.HeaderClassName
{
color: #E0D951;
}
.AnyTagClassName
{
color: #E0D951;
}
</style>
background-color css
<style>
a { background-color: #E0D951; }
a { background-color: rgb(224,217,81); }
div.DivClassName
{
background-color: #E0D951;
}
.BgClassName
{
background-color: #E0D951;
}
</style>
border-color css
<style>
span { border-color: #E0D951; }
span { border-color: rgb(224,217,81); }
td.TdClassName
{
border-color: #E0D951;
}
.TagClassName
{
border-color: #E0D951;
}
</style>