Shades of Manz #E7DB48
Tints of Manz #E7DB48
RGB
CMYK
RGB Variations
Color information
#E7DB48 (or 0xE7DB48) is known color: Manz. HEX triplet: E7, DB and 48. RGB value is (231,219,72). Sum of RGB (Red+Green+Blue) = 231+219+72=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB48 is #1824B7. Grayscale: #CECECE. Windows color (decimal): -1582264 or 4774887. OLE color: 4774887.
HSL color Cylindrical-coordinate representation of color #E7DB48: hue angle of 55.47º 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 #E7DB48 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 72 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.09 |
| HSL | 55.47º | 0.77% | 0.59% | - |
| HSV(B) | 55.47º | 0.69% | 0.91% | - |
| XYZ | 59.46 | 68.12 | 16.15 | - |
| YUV | 205.83 | 52.48 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 72 | 0 | 0.05 | 0.69 | 0.09 | 55.47 | 0.77 | 0.59 |
| Hex | E7 | DB | 48 | 0 | 5 | 45 | 9 | 37 | 4D | 3B |
| Octal | 347 | 333 | 110 | 0 | 5 | 105 | 11 | 67 | 115 | 73 |
| Binary | 11100111 | 11011011 | 1001000 | 0 | 101 | 1000101 | 1001 | 110111 | 1001101 | 111011 |
Color Harmonies of #E7DB48
Complementary color
Monochromatic Colors of #E7DB48
Black with #E7DB48
Text Example
Text Example
White with #E7DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB48; }
p { color: rgb(231,219,72); }
H1.HeaderClassName
{
color: #E7DB48;
}
.AnyTagClassName
{
color: #E7DB48;
}
</style>
background-color css
<style>
a { background-color: #E7DB48; }
a { background-color: rgb(231,219,72); }
div.DivClassName
{
background-color: #E7DB48;
}
.BgClassName
{
background-color: #E7DB48;
}
</style>
border-color css
<style>
span { border-color: #E7DB48; }
span { border-color: rgb(231,219,72); }
td.TdClassName
{
border-color: #E7DB48;
}
.TagClassName
{
border-color: #E7DB48;
}
</style>