Shades of Manz #E7DF48
Tints of Manz #E7DF48
RGB
CMYK
RGB Variations
Color information
#E7DF48 (or 0xE7DF48) is known color: Manz. HEX triplet: E7, DF and 48. RGB value is (231,223,72). Sum of RGB (Red+Green+Blue) = 231+223+72=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DF48 is #1820B7. Grayscale: #D0D0D0. Windows color (decimal): -1581240 or 4775911. OLE color: 4775911.
HSL color Cylindrical-coordinate representation of color #E7DF48: hue angle of 56.98º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7DF48 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 72 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.09 |
| HSL | 56.98º | 0.77% | 0.59% | - |
| HSV(B) | 56.98º | 0.69% | 0.91% | - |
| XYZ | 60.51 | 70.23 | 16.5 | - |
| YUV | 208.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 72 | 0 | 0.03 | 0.69 | 0.09 | 56.98 | 0.77 | 0.59 |
| Hex | E7 | DF | 48 | 0 | 3 | 45 | 9 | 39 | 4D | 3B |
| Octal | 347 | 337 | 110 | 0 | 3 | 105 | 11 | 71 | 115 | 73 |
| Binary | 11100111 | 11011111 | 1001000 | 0 | 11 | 1000101 | 1001 | 111001 | 1001101 | 111011 |
Color Harmonies of #E7DF48
Complementary color
Monochromatic Colors of #E7DF48
Black with #E7DF48
Text Example
Text Example
White with #E7DF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF48; }
p { color: rgb(231,223,72); }
H1.HeaderClassName
{
color: #E7DF48;
}
.AnyTagClassName
{
color: #E7DF48;
}
</style>
background-color css
<style>
a { background-color: #E7DF48; }
a { background-color: rgb(231,223,72); }
div.DivClassName
{
background-color: #E7DF48;
}
.BgClassName
{
background-color: #E7DF48;
}
</style>
border-color css
<style>
span { border-color: #E7DF48; }
span { border-color: rgb(231,223,72); }
td.TdClassName
{
border-color: #E7DF48;
}
.TagClassName
{
border-color: #E7DF48;
}
</style>