Shades of Manz #E8DF49
Tints of Manz #E8DF49
RGB
CMYK
RGB Variations
Color information
#E8DF49 (or 0xE8DF49) is known color: Manz. HEX triplet: E8, DF and 49. RGB value is (232,223,73). Sum of RGB (Red+Green+Blue) = 232+223+73=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DF49 is #1720B6. Grayscale: #D1D1D1. Windows color (decimal): -1515703 or 4841448. OLE color: 4841448.
HSL color Cylindrical-coordinate representation of color #E8DF49: hue angle of 56.6º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8DF49 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 73 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.09 |
| HSL | 56.6º | 0.78% | 0.6% | - |
| HSV(B) | 56.6º | 0.69% | 0.91% | - |
| XYZ | 60.87 | 70.41 | 16.69 | - |
| YUV | 208.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 73 | 0 | 0.04 | 0.69 | 0.09 | 56.6 | 0.78 | 0.6 |
| Hex | E8 | DF | 49 | 0 | 4 | 45 | 9 | 39 | 4E | 3C |
| Octal | 350 | 337 | 111 | 0 | 4 | 105 | 11 | 71 | 116 | 74 |
| Binary | 11101000 | 11011111 | 1001001 | 0 | 100 | 1000101 | 1001 | 111001 | 1001110 | 111100 |
Color Harmonies of #E8DF49
Complementary color
Monochromatic Colors of #E8DF49
Black with #E8DF49
Text Example
Text Example
White with #E8DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DF49; }
p { color: rgb(232,223,73); }
H1.HeaderClassName
{
color: #E8DF49;
}
.AnyTagClassName
{
color: #E8DF49;
}
</style>
background-color css
<style>
a { background-color: #E8DF49; }
a { background-color: rgb(232,223,73); }
div.DivClassName
{
background-color: #E8DF49;
}
.BgClassName
{
background-color: #E8DF49;
}
</style>
border-color css
<style>
span { border-color: #E8DF49; }
span { border-color: rgb(232,223,73); }
td.TdClassName
{
border-color: #E8DF49;
}
.TagClassName
{
border-color: #E8DF49;
}
</style>