Shades of Manz #E0D250
Tints of Manz #E0D250
RGB
CMYK
RGB Variations
Color information
#E0D250 (or 0xE0D250) is known color: Manz. HEX triplet: E0, D2 and 50. RGB value is (224,210,80). Sum of RGB (Red+Green+Blue) = 224+210+80=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D250 is #1F2DAF. Grayscale: #C7C7C7. Windows color (decimal): -2043312 or 5296864. OLE color: 5296864.
HSL color Cylindrical-coordinate representation of color #E0D250: hue angle of 54.17º 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 #E0D250 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 80 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.12 |
| HSL | 54.17º | 0.7% | 0.6% | - |
| HSV(B) | 54.17º | 0.64% | 0.88% | - |
| XYZ | 55.24 | 62.52 | 16.75 | - |
| YUV | 199.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 80 | 0 | 0.06 | 0.64 | 0.12 | 54.17 | 0.7 | 0.6 |
| Hex | E0 | D2 | 50 | 0 | 6 | 40 | C | 36 | 46 | 3C |
| Octal | 340 | 322 | 120 | 0 | 6 | 100 | 14 | 66 | 106 | 74 |
| Binary | 11100000 | 11010010 | 1010000 | 0 | 110 | 1000000 | 1100 | 110110 | 1000110 | 111100 |
Color Harmonies of #E0D250
Complementary color
Monochromatic Colors of #E0D250
Black with #E0D250
Text Example
Text Example
White with #E0D250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D250; }
p { color: rgb(224,210,80); }
H1.HeaderClassName
{
color: #E0D250;
}
.AnyTagClassName
{
color: #E0D250;
}
</style>
background-color css
<style>
a { background-color: #E0D250; }
a { background-color: rgb(224,210,80); }
div.DivClassName
{
background-color: #E0D250;
}
.BgClassName
{
background-color: #E0D250;
}
</style>
border-color css
<style>
span { border-color: #E0D250; }
span { border-color: rgb(224,210,80); }
td.TdClassName
{
border-color: #E0D250;
}
.TagClassName
{
border-color: #E0D250;
}
</style>