Shades of Manz #E4DF5F
Tints of Manz #E4DF5F
RGB
CMYK
RGB Variations
Color information
#E4DF5F (or 0xE4DF5F) is known color: Manz. HEX triplet: E4, DF and 5F. RGB value is (228,223,95). Sum of RGB (Red+Green+Blue) = 228+223+95=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DF5F is #1B20A0. Grayscale: #D2D2D2. Windows color (decimal): -1777825 or 6283236. OLE color: 6283236.
HSL color Cylindrical-coordinate representation of color #E4DF5F: hue angle of 57.74º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4DF5F is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 223 | 95 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.11 |
| HSL | 57.74º | 0.71% | 0.63% | - |
| HSV(B) | 57.74º | 0.58% | 0.89% | - |
| XYZ | 60.45 | 70.1 | 21.17 | - |
| YUV | 209.9 | 63.16 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 223 | 95 | 0 | 0.02 | 0.58 | 0.11 | 57.74 | 0.71 | 0.63 |
| Hex | E4 | DF | 5F | 0 | 2 | 3A | B | 3A | 47 | 3F |
| Octal | 344 | 337 | 137 | 0 | 2 | 72 | 13 | 72 | 107 | 77 |
| Binary | 11100100 | 11011111 | 1011111 | 0 | 10 | 111010 | 1011 | 111010 | 1000111 | 111111 |
Color Harmonies of #E4DF5F
Complementary color
Monochromatic Colors of #E4DF5F
Black with #E4DF5F
Text Example
Text Example
White with #E4DF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DF5F; }
p { color: rgb(228,223,95); }
H1.HeaderClassName
{
color: #E4DF5F;
}
.AnyTagClassName
{
color: #E4DF5F;
}
</style>
background-color css
<style>
a { background-color: #E4DF5F; }
a { background-color: rgb(228,223,95); }
div.DivClassName
{
background-color: #E4DF5F;
}
.BgClassName
{
background-color: #E4DF5F;
}
</style>
border-color css
<style>
span { border-color: #E4DF5F; }
span { border-color: rgb(228,223,95); }
td.TdClassName
{
border-color: #E4DF5F;
}
.TagClassName
{
border-color: #E4DF5F;
}
</style>