Shades of Manz #E6D558
Tints of Manz #E6D558
RGB
CMYK
RGB Variations
Color information
#E6D558 (or 0xE6D558) is known color: Manz. HEX triplet: E6, D5 and 58. RGB value is (230,213,88). Sum of RGB (Red+Green+Blue) = 230+213+88=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D558 is #192AA7. Grayscale: #CCCCCC. Windows color (decimal): -1649320 or 5821926. OLE color: 5821926.
HSL color Cylindrical-coordinate representation of color #E6D558: hue angle of 52.82º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6D558 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 213 | 88 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.10 |
| HSL | 52.82º | 0.74% | 0.62% | - |
| HSV(B) | 52.82º | 0.62% | 0.9% | - |
| XYZ | 58.19 | 65.12 | 18.73 | - |
| YUV | 203.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 213 | 88 | 0 | 0.07 | 0.62 | 0.10 | 52.82 | 0.74 | 0.62 |
| Hex | E6 | D5 | 58 | 0 | 7 | 3E | A | 35 | 4A | 3E |
| Octal | 346 | 325 | 130 | 0 | 7 | 76 | 12 | 65 | 112 | 76 |
| Binary | 11100110 | 11010101 | 1011000 | 0 | 111 | 111110 | 1010 | 110101 | 1001010 | 111110 |
Color Harmonies of #E6D558
Complementary color
Monochromatic Colors of #E6D558
Black with #E6D558
Text Example
Text Example
White with #E6D558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D558; }
p { color: rgb(230,213,88); }
H1.HeaderClassName
{
color: #E6D558;
}
.AnyTagClassName
{
color: #E6D558;
}
</style>
background-color css
<style>
a { background-color: #E6D558; }
a { background-color: rgb(230,213,88); }
div.DivClassName
{
background-color: #E6D558;
}
.BgClassName
{
background-color: #E6D558;
}
</style>
border-color css
<style>
span { border-color: #E6D558; }
span { border-color: rgb(230,213,88); }
td.TdClassName
{
border-color: #E6D558;
}
.TagClassName
{
border-color: #E6D558;
}
</style>