Shades of Manz #E6DE4E
Tints of Manz #E6DE4E
RGB
CMYK
RGB Variations
Color information
#E6DE4E (or 0xE6DE4E) is known color: Manz. HEX triplet: E6, DE and 4E. RGB value is (230,222,78). Sum of RGB (Red+Green+Blue) = 230+222+78=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE4E is #1921B1. Grayscale: #D0D0D0. Windows color (decimal): -1647026 or 5168870. OLE color: 5168870.
HSL color Cylindrical-coordinate representation of color #E6DE4E: hue angle of 56.84º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6DE4E is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 78 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.10 |
| HSL | 56.84º | 0.75% | 0.6% | - |
| HSV(B) | 56.84º | 0.66% | 0.9% | - |
| XYZ | 60.13 | 69.62 | 17.48 | - |
| YUV | 207.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 78 | 0 | 0.03 | 0.66 | 0.10 | 56.84 | 0.75 | 0.6 |
| Hex | E6 | DE | 4E | 0 | 3 | 42 | A | 39 | 4B | 3C |
| Octal | 346 | 336 | 116 | 0 | 3 | 102 | 12 | 71 | 113 | 74 |
| Binary | 11100110 | 11011110 | 1001110 | 0 | 11 | 1000010 | 1010 | 111001 | 1001011 | 111100 |
Color Harmonies of #E6DE4E
Complementary color
Monochromatic Colors of #E6DE4E
Black with #E6DE4E
Text Example
Text Example
White with #E6DE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE4E; }
p { color: rgb(230,222,78); }
H1.HeaderClassName
{
color: #E6DE4E;
}
.AnyTagClassName
{
color: #E6DE4E;
}
</style>
background-color css
<style>
a { background-color: #E6DE4E; }
a { background-color: rgb(230,222,78); }
div.DivClassName
{
background-color: #E6DE4E;
}
.BgClassName
{
background-color: #E6DE4E;
}
</style>
border-color css
<style>
span { border-color: #E6DE4E; }
span { border-color: rgb(230,222,78); }
td.TdClassName
{
border-color: #E6DE4E;
}
.TagClassName
{
border-color: #E6DE4E;
}
</style>