Shades of Manz #E0D25D
Tints of Manz #E0D25D
RGB
CMYK
RGB Variations
Color information
#E0D25D (or 0xE0D25D) is known color: Manz. HEX triplet: E0, D2 and 5D. RGB value is (224,210,93). Sum of RGB (Red+Green+Blue) = 224+210+93=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D25D is #1F2DA2. Grayscale: #C9C9C9. Windows color (decimal): -2043299 or 6148832. OLE color: 6148832.
HSL color Cylindrical-coordinate representation of color #E0D25D: hue angle of 53.59º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0D25D is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 93 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.12 |
| HSL | 53.59º | 0.68% | 0.62% | - |
| HSV(B) | 53.59º | 0.58% | 0.88% | - |
| XYZ | 55.76 | 62.73 | 19.53 | - |
| YUV | 200.85 | 67.14 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 93 | 0 | 0.06 | 0.58 | 0.12 | 53.59 | 0.68 | 0.62 |
| Hex | E0 | D2 | 5D | 0 | 6 | 3A | C | 36 | 44 | 3E |
| Octal | 340 | 322 | 135 | 0 | 6 | 72 | 14 | 66 | 104 | 76 |
| Binary | 11100000 | 11010010 | 1011101 | 0 | 110 | 111010 | 1100 | 110110 | 1000100 | 111110 |
Color Harmonies of #E0D25D
Complementary color
Monochromatic Colors of #E0D25D
Black with #E0D25D
Text Example
Text Example
White with #E0D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D25D; }
p { color: rgb(224,210,93); }
H1.HeaderClassName
{
color: #E0D25D;
}
.AnyTagClassName
{
color: #E0D25D;
}
</style>
background-color css
<style>
a { background-color: #E0D25D; }
a { background-color: rgb(224,210,93); }
div.DivClassName
{
background-color: #E0D25D;
}
.BgClassName
{
background-color: #E0D25D;
}
</style>
border-color css
<style>
span { border-color: #E0D25D; }
span { border-color: rgb(224,210,93); }
td.TdClassName
{
border-color: #E0D25D;
}
.TagClassName
{
border-color: #E0D25D;
}
</style>