Shades of Manz #E6DF55
Tints of Manz #E6DF55
RGB
CMYK
RGB Variations
Color information
#E6DF55 (or 0xE6DF55) is known color: Manz. HEX triplet: E6, DF and 55. RGB value is (230,223,85). Sum of RGB (Red+Green+Blue) = 230+223+85=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 85 (33.59% from 255 or 15.80% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DF55 is #1920AA. Grayscale: #D1D1D1. Windows color (decimal): -1646763 or 5627878. OLE color: 5627878.
HSL color Cylindrical-coordinate representation of color #E6DF55: hue angle of 57.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6DF55 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 85 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.10 |
| HSL | 57.1º | 0.74% | 0.62% | - |
| HSV(B) | 57.1º | 0.63% | 0.9% | - |
| XYZ | 60.66 | 70.25 | 18.96 | - |
| YUV | 209.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 85 | 0 | 0.03 | 0.63 | 0.10 | 57.1 | 0.74 | 0.62 |
| Hex | E6 | DF | 55 | 0 | 3 | 3F | A | 39 | 4A | 3E |
| Octal | 346 | 337 | 125 | 0 | 3 | 77 | 12 | 71 | 112 | 76 |
| Binary | 11100110 | 11011111 | 1010101 | 0 | 11 | 111111 | 1010 | 111001 | 1001010 | 111110 |
Color Harmonies of #E6DF55
Complementary color
Monochromatic Colors of #E6DF55
Black with #E6DF55
Text Example
Text Example
White with #E6DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF55; }
p { color: rgb(230,223,85); }
H1.HeaderClassName
{
color: #E6DF55;
}
.AnyTagClassName
{
color: #E6DF55;
}
</style>
background-color css
<style>
a { background-color: #E6DF55; }
a { background-color: rgb(230,223,85); }
div.DivClassName
{
background-color: #E6DF55;
}
.BgClassName
{
background-color: #E6DF55;
}
</style>
border-color css
<style>
span { border-color: #E6DF55; }
span { border-color: rgb(230,223,85); }
td.TdClassName
{
border-color: #E6DF55;
}
.TagClassName
{
border-color: #E6DF55;
}
</style>