Shades of Manz #E6D551
Tints of Manz #E6D551
RGB
CMYK
RGB Variations
Color information
#E6D551 (or 0xE6D551) is known color: Manz. HEX triplet: E6, D5 and 51. RGB value is (230,213,81). Sum of RGB (Red+Green+Blue) = 230+213+81=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D551 is #192AAE. Grayscale: #CBCBCB. Windows color (decimal): -1649327 or 5363174. OLE color: 5363174.
HSL color Cylindrical-coordinate representation of color #E6D551: hue angle of 53.15º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6D551 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 81 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.10 |
| HSL | 53.15º | 0.75% | 0.61% | - |
| HSV(B) | 53.15º | 0.65% | 0.9% | - |
| XYZ | 57.91 | 65.01 | 17.28 | - |
| YUV | 203.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 81 | 0 | 0.07 | 0.65 | 0.10 | 53.15 | 0.75 | 0.61 |
| Hex | E6 | D5 | 51 | 0 | 7 | 41 | A | 35 | 4B | 3D |
| Octal | 346 | 325 | 121 | 0 | 7 | 101 | 12 | 65 | 113 | 75 |
| Binary | 11100110 | 11010101 | 1010001 | 0 | 111 | 1000001 | 1010 | 110101 | 1001011 | 111101 |
Color Harmonies of #E6D551
Complementary color
Monochromatic Colors of #E6D551
Black with #E6D551
Text Example
Text Example
White with #E6D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D551; }
p { color: rgb(230,213,81); }
H1.HeaderClassName
{
color: #E6D551;
}
.AnyTagClassName
{
color: #E6D551;
}
</style>
background-color css
<style>
a { background-color: #E6D551; }
a { background-color: rgb(230,213,81); }
div.DivClassName
{
background-color: #E6D551;
}
.BgClassName
{
background-color: #E6D551;
}
</style>
border-color css
<style>
span { border-color: #E6D551; }
span { border-color: rgb(230,213,81); }
td.TdClassName
{
border-color: #E6D551;
}
.TagClassName
{
border-color: #E6D551;
}
</style>