Shades of Manz #E1DF5C
Tints of Manz #E1DF5C
RGB
CMYK
RGB Variations
Color information
#E1DF5C (or 0xE1DF5C) is known color: Manz. HEX triplet: E1, DF and 5C. RGB value is (225,223,92). Sum of RGB (Red+Green+Blue) = 225+223+92=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF5C is #1E20A3. Grayscale: #D1D1D1. Windows color (decimal): -1974436 or 6086625. OLE color: 6086625.
HSL color Cylindrical-coordinate representation of color #E1DF5C: hue angle of 59.1º degrees, saturation: 0.69, 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 #E1DF5C is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 92 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.12 |
| HSL | 59.1º | 0.69% | 0.62% | - |
| HSV(B) | 59.1º | 0.59% | 0.88% | - |
| XYZ | 59.37 | 69.56 | 20.42 | - |
| YUV | 208.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 92 | 0 | 0.01 | 0.59 | 0.12 | 59.1 | 0.69 | 0.62 |
| Hex | E1 | DF | 5C | 0 | 1 | 3B | C | 3B | 45 | 3E |
| Octal | 341 | 337 | 134 | 0 | 1 | 73 | 14 | 73 | 105 | 76 |
| Binary | 11100001 | 11011111 | 1011100 | 0 | 1 | 111011 | 1100 | 111011 | 1000101 | 111110 |
Color Harmonies of #E1DF5C
Complementary color
Monochromatic Colors of #E1DF5C
Black with #E1DF5C
Text Example
Text Example
White with #E1DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF5C; }
p { color: rgb(225,223,92); }
H1.HeaderClassName
{
color: #E1DF5C;
}
.AnyTagClassName
{
color: #E1DF5C;
}
</style>
background-color css
<style>
a { background-color: #E1DF5C; }
a { background-color: rgb(225,223,92); }
div.DivClassName
{
background-color: #E1DF5C;
}
.BgClassName
{
background-color: #E1DF5C;
}
</style>
border-color css
<style>
span { border-color: #E1DF5C; }
span { border-color: rgb(225,223,92); }
td.TdClassName
{
border-color: #E1DF5C;
}
.TagClassName
{
border-color: #E1DF5C;
}
</style>