Shades of Manz #E0D15F
Tints of Manz #E0D15F
RGB
CMYK
RGB Variations
Color information
#E0D15F (or 0xE0D15F) is known color: Manz. HEX triplet: E0, D1 and 5F. RGB value is (224,209,95). Sum of RGB (Red+Green+Blue) = 224+209+95=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D15F is #1F2EA0. Grayscale: #C8C8C8. Windows color (decimal): -2043553 or 6279648. OLE color: 6279648.
HSL color Cylindrical-coordinate representation of color #E0D15F: hue angle of 53.02º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0D15F is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 209 | 95 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.12 |
| HSL | 53.02º | 0.68% | 0.63% | - |
| HSV(B) | 53.02º | 0.58% | 0.88% | - |
| XYZ | 55.61 | 62.27 | 19.92 | - |
| YUV | 200.49 | 68.47 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 209 | 95 | 0 | 0.07 | 0.58 | 0.12 | 53.02 | 0.68 | 0.63 |
| Hex | E0 | D1 | 5F | 0 | 7 | 3A | C | 35 | 44 | 3F |
| Octal | 340 | 321 | 137 | 0 | 7 | 72 | 14 | 65 | 104 | 77 |
| Binary | 11100000 | 11010001 | 1011111 | 0 | 111 | 111010 | 1100 | 110101 | 1000100 | 111111 |
Color Harmonies of #E0D15F
Complementary color
Monochromatic Colors of #E0D15F
Black with #E0D15F
Text Example
Text Example
White with #E0D15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D15F; }
p { color: rgb(224,209,95); }
H1.HeaderClassName
{
color: #E0D15F;
}
.AnyTagClassName
{
color: #E0D15F;
}
</style>
background-color css
<style>
a { background-color: #E0D15F; }
a { background-color: rgb(224,209,95); }
div.DivClassName
{
background-color: #E0D15F;
}
.BgClassName
{
background-color: #E0D15F;
}
</style>
border-color css
<style>
span { border-color: #E0D15F; }
span { border-color: rgb(224,209,95); }
td.TdClassName
{
border-color: #E0D15F;
}
.TagClassName
{
border-color: #E0D15F;
}
</style>