Shades of Manz #E0DF5C
Tints of Manz #E0DF5C
RGB
CMYK
RGB Variations
Color information
#E0DF5C (or 0xE0DF5C) is known color: Manz. HEX triplet: E0, DF and 5C. RGB value is (224,223,92). Sum of RGB (Red+Green+Blue) = 224+223+92=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF5C is #1F20A3. Grayscale: #D0D0D0. Windows color (decimal): -2039972 or 6086624. OLE color: 6086624.
HSL color Cylindrical-coordinate representation of color #E0DF5C: 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.59%. Process color model (Four color, CMYK) of #E0DF5C is Cyan = 0, Magento = 0.00, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 92 | - |
| CMYK | 0 | 0.00 | 0.59 | 0.12 |
| HSL | 59.55º | 0.68% | 0.62% | - |
| HSV(B) | 59.55º | 0.59% | 0.88% | - |
| XYZ | 59.06 | 69.4 | 20.41 | - |
| YUV | 208.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 92 | 0 | 0.00 | 0.59 | 0.12 | 59.55 | 0.68 | 0.62 |
| Hex | E0 | DF | 5C | 0 | 0 | 3B | C | 3C | 44 | 3E |
| Octal | 340 | 337 | 134 | 0 | 0 | 73 | 14 | 74 | 104 | 76 |
| Binary | 11100000 | 11011111 | 1011100 | 0 | 0 | 111011 | 1100 | 111100 | 1000100 | 111110 |
Color Harmonies of #E0DF5C
Complementary color
Monochromatic Colors of #E0DF5C
Black with #E0DF5C
Text Example
Text Example
White with #E0DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DF5C; }
p { color: rgb(224,223,92); }
H1.HeaderClassName
{
color: #E0DF5C;
}
.AnyTagClassName
{
color: #E0DF5C;
}
</style>
background-color css
<style>
a { background-color: #E0DF5C; }
a { background-color: rgb(224,223,92); }
div.DivClassName
{
background-color: #E0DF5C;
}
.BgClassName
{
background-color: #E0DF5C;
}
</style>
border-color css
<style>
span { border-color: #E0DF5C; }
span { border-color: rgb(224,223,92); }
td.TdClassName
{
border-color: #E0DF5C;
}
.TagClassName
{
border-color: #E0DF5C;
}
</style>