Shades of Manz #E6DD57
Tints of Manz #E6DD57
RGB
CMYK
RGB Variations
Color information
#E6DD57 (or 0xE6DD57) is known color: Manz. HEX triplet: E6, DD and 57. RGB value is (230,221,87). Sum of RGB (Red+Green+Blue) = 230+221+87=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DD57 is #1922A8. Grayscale: #D0D0D0. Windows color (decimal): -1647273 or 5758438. OLE color: 5758438.
HSL color Cylindrical-coordinate representation of color #E6DD57: hue angle of 56.22º 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 #E6DD57 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 221 | 87 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.10 |
| HSL | 56.22º | 0.74% | 0.62% | - |
| HSV(B) | 56.22º | 0.62% | 0.9% | - |
| XYZ | 60.21 | 69.22 | 19.21 | - |
| YUV | 208.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 221 | 87 | 0 | 0.04 | 0.62 | 0.10 | 56.22 | 0.74 | 0.62 |
| Hex | E6 | DD | 57 | 0 | 4 | 3E | A | 38 | 4A | 3E |
| Octal | 346 | 335 | 127 | 0 | 4 | 76 | 12 | 70 | 112 | 76 |
| Binary | 11100110 | 11011101 | 1010111 | 0 | 100 | 111110 | 1010 | 111000 | 1001010 | 111110 |
Color Harmonies of #E6DD57
Complementary color
Monochromatic Colors of #E6DD57
Black with #E6DD57
Text Example
Text Example
White with #E6DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DD57; }
p { color: rgb(230,221,87); }
H1.HeaderClassName
{
color: #E6DD57;
}
.AnyTagClassName
{
color: #E6DD57;
}
</style>
background-color css
<style>
a { background-color: #E6DD57; }
a { background-color: rgb(230,221,87); }
div.DivClassName
{
background-color: #E6DD57;
}
.BgClassName
{
background-color: #E6DD57;
}
</style>
border-color css
<style>
span { border-color: #E6DD57; }
span { border-color: rgb(230,221,87); }
td.TdClassName
{
border-color: #E6DD57;
}
.TagClassName
{
border-color: #E6DD57;
}
</style>