Shades of Manz #E0DF5A
Tints of Manz #E0DF5A
RGB
CMYK
RGB Variations
Color information
#E0DF5A (or 0xE0DF5A) is known color: Manz. HEX triplet: E0, DF and 5A. RGB value is (224,223,90). Sum of RGB (Red+Green+Blue) = 224+223+90=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF5A is #1F20A5. Grayscale: #D0D0D0. Windows color (decimal): -2039974 or 5955552. OLE color: 5955552.
HSL color Cylindrical-coordinate representation of color #E0DF5A: hue angle of 59.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E0DF5A is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 90 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.12 |
| HSL | 59.55º | 0.68% | 0.62% | - |
| HSV(B) | 59.55º | 0.6% | 0.88% | - |
| XYZ | 58.97 | 69.36 | 19.95 | - |
| YUV | 208.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 90 | 0 | 0.00 | 0.60 | 0.12 | 59.55 | 0.68 | 0.62 |
| Hex | E0 | DF | 5A | 0 | 0 | 3C | C | 3C | 44 | 3E |
| Octal | 340 | 337 | 132 | 0 | 0 | 74 | 14 | 74 | 104 | 76 |
| Binary | 11100000 | 11011111 | 1011010 | 0 | 0 | 111100 | 1100 | 111100 | 1000100 | 111110 |
Color Harmonies of #E0DF5A
Complementary color
Monochromatic Colors of #E0DF5A
Black with #E0DF5A
Text Example
Text Example
White with #E0DF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF5A; }
p { color: rgb(224,223,90); }
H1.HeaderClassName
{
color: #E0DF5A;
}
.AnyTagClassName
{
color: #E0DF5A;
}
</style>
background-color css
<style>
a { background-color: #E0DF5A; }
a { background-color: rgb(224,223,90); }
div.DivClassName
{
background-color: #E0DF5A;
}
.BgClassName
{
background-color: #E0DF5A;
}
</style>
border-color css
<style>
span { border-color: #E0DF5A; }
span { border-color: rgb(224,223,90); }
td.TdClassName
{
border-color: #E0DF5A;
}
.TagClassName
{
border-color: #E0DF5A;
}
</style>