Shades of Manz #E1DF4E
Tints of Manz #E1DF4E
RGB
CMYK
RGB Variations
Color information
#E1DF4E (or 0xE1DF4E) is known color: Manz. HEX triplet: E1, DF and 4E. RGB value is (225,223,78). Sum of RGB (Red+Green+Blue) = 225+223+78=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF4E is #1E20B1. Grayscale: #CFCFCF. Windows color (decimal): -1974450 or 5169121. OLE color: 5169121.
HSL color Cylindrical-coordinate representation of color #E1DF4E: hue angle of 59.18º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1DF4E is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 78 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.12 |
| HSL | 59.18º | 0.71% | 0.59% | - |
| HSV(B) | 59.18º | 0.65% | 0.88% | - |
| XYZ | 58.81 | 69.33 | 17.49 | - |
| YUV | 207.07 | 55.16 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 78 | 0 | 0.01 | 0.65 | 0.12 | 59.18 | 0.71 | 0.59 |
| Hex | E1 | DF | 4E | 0 | 1 | 41 | C | 3B | 47 | 3B |
| Octal | 341 | 337 | 116 | 0 | 1 | 101 | 14 | 73 | 107 | 73 |
| Binary | 11100001 | 11011111 | 1001110 | 0 | 1 | 1000001 | 1100 | 111011 | 1000111 | 111011 |
Color Harmonies of #E1DF4E
Complementary color
Monochromatic Colors of #E1DF4E
Black with #E1DF4E
Text Example
Text Example
White with #E1DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF4E; }
p { color: rgb(225,223,78); }
H1.HeaderClassName
{
color: #E1DF4E;
}
.AnyTagClassName
{
color: #E1DF4E;
}
</style>
background-color css
<style>
a { background-color: #E1DF4E; }
a { background-color: rgb(225,223,78); }
div.DivClassName
{
background-color: #E1DF4E;
}
.BgClassName
{
background-color: #E1DF4E;
}
</style>
border-color css
<style>
span { border-color: #E1DF4E; }
span { border-color: rgb(225,223,78); }
td.TdClassName
{
border-color: #E1DF4E;
}
.TagClassName
{
border-color: #E1DF4E;
}
</style>