Shades of Manz #E6DB48
Tints of Manz #E6DB48
RGB
CMYK
RGB Variations
Color information
#E6DB48 (or 0xE6DB48) is known color: Manz. HEX triplet: E6, DB and 48. RGB value is (230,219,72). Sum of RGB (Red+Green+Blue) = 230+219+72=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DB48 is #1924B7. Grayscale: #CECECE. Windows color (decimal): -1647800 or 4774886. OLE color: 4774886.
HSL color Cylindrical-coordinate representation of color #E6DB48: hue angle of 55.82º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6DB48 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 219 | 72 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.10 |
| HSL | 55.82º | 0.76% | 0.59% | - |
| HSV(B) | 55.82º | 0.69% | 0.9% | - |
| XYZ | 59.13 | 67.95 | 16.13 | - |
| YUV | 205.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 219 | 72 | 0 | 0.05 | 0.69 | 0.10 | 55.82 | 0.76 | 0.59 |
| Hex | E6 | DB | 48 | 0 | 5 | 45 | A | 38 | 4C | 3B |
| Octal | 346 | 333 | 110 | 0 | 5 | 105 | 12 | 70 | 114 | 73 |
| Binary | 11100110 | 11011011 | 1001000 | 0 | 101 | 1000101 | 1010 | 111000 | 1001100 | 111011 |
Color Harmonies of #E6DB48
Complementary color
Monochromatic Colors of #E6DB48
Black with #E6DB48
Text Example
Text Example
White with #E6DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DB48; }
p { color: rgb(230,219,72); }
H1.HeaderClassName
{
color: #E6DB48;
}
.AnyTagClassName
{
color: #E6DB48;
}
</style>
background-color css
<style>
a { background-color: #E6DB48; }
a { background-color: rgb(230,219,72); }
div.DivClassName
{
background-color: #E6DB48;
}
.BgClassName
{
background-color: #E6DB48;
}
</style>
border-color css
<style>
span { border-color: #E6DB48; }
span { border-color: rgb(230,219,72); }
td.TdClassName
{
border-color: #E6DB48;
}
.TagClassName
{
border-color: #E6DB48;
}
</style>