Shades of Manz #E1DB4C
Tints of Manz #E1DB4C
RGB
CMYK
RGB Variations
Color information
#E1DB4C (or 0xE1DB4C) is known color: Manz. HEX triplet: E1, DB and 4C. RGB value is (225,219,76). Sum of RGB (Red+Green+Blue) = 225+219+76=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB4C is #1E24B3. Grayscale: #CDCDCD. Windows color (decimal): -1975476 or 5037025. OLE color: 5037025.
HSL color Cylindrical-coordinate representation of color #E1DB4C: hue angle of 57.58º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1DB4C is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 76 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.12 |
| HSL | 57.58º | 0.71% | 0.59% | - |
| HSV(B) | 57.58º | 0.66% | 0.88% | - |
| XYZ | 57.69 | 67.19 | 16.77 | - |
| YUV | 204.49 | 55.49 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 76 | 0 | 0.03 | 0.66 | 0.12 | 57.58 | 0.71 | 0.59 |
| Hex | E1 | DB | 4C | 0 | 3 | 42 | C | 3A | 47 | 3B |
| Octal | 341 | 333 | 114 | 0 | 3 | 102 | 14 | 72 | 107 | 73 |
| Binary | 11100001 | 11011011 | 1001100 | 0 | 11 | 1000010 | 1100 | 111010 | 1000111 | 111011 |
Color Harmonies of #E1DB4C
Complementary color
Monochromatic Colors of #E1DB4C
Black with #E1DB4C
Text Example
Text Example
White with #E1DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB4C; }
p { color: rgb(225,219,76); }
H1.HeaderClassName
{
color: #E1DB4C;
}
.AnyTagClassName
{
color: #E1DB4C;
}
</style>
background-color css
<style>
a { background-color: #E1DB4C; }
a { background-color: rgb(225,219,76); }
div.DivClassName
{
background-color: #E1DB4C;
}
.BgClassName
{
background-color: #E1DB4C;
}
</style>
border-color css
<style>
span { border-color: #E1DB4C; }
span { border-color: rgb(225,219,76); }
td.TdClassName
{
border-color: #E1DB4C;
}
.TagClassName
{
border-color: #E1DB4C;
}
</style>