Shades of Manz #E6DE4D
Tints of Manz #E6DE4D
RGB
CMYK
RGB Variations
Color information
#E6DE4D (or 0xE6DE4D) is known color: Manz. HEX triplet: E6, DE and 4D. RGB value is (230,222,77). Sum of RGB (Red+Green+Blue) = 230+222+77=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DE4D is #1921B2. Grayscale: #D0D0D0. Windows color (decimal): -1647027 or 5103334. OLE color: 5103334.
HSL color Cylindrical-coordinate representation of color #E6DE4D: hue angle of 56.86º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6DE4D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 77 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.10 |
| HSL | 56.86º | 0.75% | 0.6% | - |
| HSV(B) | 56.86º | 0.67% | 0.9% | - |
| XYZ | 60.09 | 69.6 | 17.29 | - |
| YUV | 207.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 77 | 0 | 0.03 | 0.67 | 0.10 | 56.86 | 0.75 | 0.6 |
| Hex | E6 | DE | 4D | 0 | 3 | 43 | A | 39 | 4B | 3C |
| Octal | 346 | 336 | 115 | 0 | 3 | 103 | 12 | 71 | 113 | 74 |
| Binary | 11100110 | 11011110 | 1001101 | 0 | 11 | 1000011 | 1010 | 111001 | 1001011 | 111100 |
Color Harmonies of #E6DE4D
Complementary color
Monochromatic Colors of #E6DE4D
Black with #E6DE4D
Text Example
Text Example
White with #E6DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE4D; }
p { color: rgb(230,222,77); }
H1.HeaderClassName
{
color: #E6DE4D;
}
.AnyTagClassName
{
color: #E6DE4D;
}
</style>
background-color css
<style>
a { background-color: #E6DE4D; }
a { background-color: rgb(230,222,77); }
div.DivClassName
{
background-color: #E6DE4D;
}
.BgClassName
{
background-color: #E6DE4D;
}
</style>
border-color css
<style>
span { border-color: #E6DE4D; }
span { border-color: rgb(230,222,77); }
td.TdClassName
{
border-color: #E6DE4D;
}
.TagClassName
{
border-color: #E6DE4D;
}
</style>