Shades of Manz #E6D458
Tints of Manz #E6D458
RGB
CMYK
RGB Variations
Color information
#E6D458 (or 0xE6D458) is known color: Manz. HEX triplet: E6, D4 and 58. RGB value is (230,212,88). Sum of RGB (Red+Green+Blue) = 230+212+88=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D458 is #192BA7. Grayscale: #CBCBCB. Windows color (decimal): -1649576 or 5821670. OLE color: 5821670.
HSL color Cylindrical-coordinate representation of color #E6D458: hue angle of 52.39º 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 #E6D458 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 88 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.10 |
| HSL | 52.39º | 0.74% | 0.62% | - |
| HSV(B) | 52.39º | 0.62% | 0.9% | - |
| XYZ | 57.94 | 64.61 | 18.65 | - |
| YUV | 203.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 88 | 0 | 0.08 | 0.62 | 0.10 | 52.39 | 0.74 | 0.62 |
| Hex | E6 | D4 | 58 | 0 | 8 | 3E | A | 34 | 4A | 3E |
| Octal | 346 | 324 | 130 | 0 | 10 | 76 | 12 | 64 | 112 | 76 |
| Binary | 11100110 | 11010100 | 1011000 | 0 | 1000 | 111110 | 1010 | 110100 | 1001010 | 111110 |
Color Harmonies of #E6D458
Complementary color
Monochromatic Colors of #E6D458
Black with #E6D458
Text Example
Text Example
White with #E6D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D458; }
p { color: rgb(230,212,88); }
H1.HeaderClassName
{
color: #E6D458;
}
.AnyTagClassName
{
color: #E6D458;
}
</style>
background-color css
<style>
a { background-color: #E6D458; }
a { background-color: rgb(230,212,88); }
div.DivClassName
{
background-color: #E6D458;
}
.BgClassName
{
background-color: #E6D458;
}
</style>
border-color css
<style>
span { border-color: #E6D458; }
span { border-color: rgb(230,212,88); }
td.TdClassName
{
border-color: #E6D458;
}
.TagClassName
{
border-color: #E6D458;
}
</style>