Shades of Manz #E0D25C
Tints of Manz #E0D25C
RGB
CMYK
RGB Variations
Color information
#E0D25C (or 0xE0D25C) is known color: Manz. HEX triplet: E0, D2 and 5C. RGB value is (224,210,92). Sum of RGB (Red+Green+Blue) = 224+210+92=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 92 (36.33% from 255 or 17.49% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D25C is #1F2DA3. Grayscale: #C9C9C9. Windows color (decimal): -2043300 or 6083296. OLE color: 6083296.
HSL color Cylindrical-coordinate representation of color #E0D25C: hue angle of 53.64º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0D25C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 92 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.12 |
| HSL | 53.64º | 0.68% | 0.62% | - |
| HSV(B) | 53.64º | 0.59% | 0.88% | - |
| XYZ | 55.72 | 62.71 | 19.29 | - |
| YUV | 200.73 | 66.64 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 92 | 0 | 0.06 | 0.59 | 0.12 | 53.64 | 0.68 | 0.62 |
| Hex | E0 | D2 | 5C | 0 | 6 | 3B | C | 36 | 44 | 3E |
| Octal | 340 | 322 | 134 | 0 | 6 | 73 | 14 | 66 | 104 | 76 |
| Binary | 11100000 | 11010010 | 1011100 | 0 | 110 | 111011 | 1100 | 110110 | 1000100 | 111110 |
Color Harmonies of #E0D25C
Complementary color
Monochromatic Colors of #E0D25C
Black with #E0D25C
Text Example
Text Example
White with #E0D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D25C; }
p { color: rgb(224,210,92); }
H1.HeaderClassName
{
color: #E0D25C;
}
.AnyTagClassName
{
color: #E0D25C;
}
</style>
background-color css
<style>
a { background-color: #E0D25C; }
a { background-color: rgb(224,210,92); }
div.DivClassName
{
background-color: #E0D25C;
}
.BgClassName
{
background-color: #E0D25C;
}
</style>
border-color css
<style>
span { border-color: #E0D25C; }
span { border-color: rgb(224,210,92); }
td.TdClassName
{
border-color: #E0D25C;
}
.TagClassName
{
border-color: #E0D25C;
}
</style>