Shades of Manz #E6E955
Tints of Manz #E6E955
RGB
CMYK
RGB Variations
Color information
#E6E955 (or 0xE6E955) is known color: Manz. HEX triplet: E6, E9 and 55. RGB value is (230,233,85). Sum of RGB (Red+Green+Blue) = 230+233+85=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E955 is #1916AA. Grayscale: #D7D7D7. Windows color (decimal): -1644203 or 5630438. OLE color: 5630438.
HSL color Cylindrical-coordinate representation of color #E6E955: hue angle of 61.22º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6E955 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 85 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.09 |
| HSL | 61.22º | 0.77% | 0.62% | - |
| HSV(B) | 61.22º | 0.64% | 0.91% | - |
| XYZ | 63.41 | 75.76 | 19.87 | - |
| YUV | 215.23 | 54.51 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 85 | 0.01 | 0 | 0.64 | 0.09 | 61.22 | 0.77 | 0.62 |
| Hex | E6 | E9 | 55 | 1 | 0 | 40 | 9 | 3D | 4D | 3E |
| Octal | 346 | 351 | 125 | 1 | 0 | 100 | 11 | 75 | 115 | 76 |
| Binary | 11100110 | 11101001 | 1010101 | 1 | 0 | 1000000 | 1001 | 111101 | 1001101 | 111110 |
Color Harmonies of #E6E955
Complementary color
Monochromatic Colors of #E6E955
Black with #E6E955
Text Example
Text Example
White with #E6E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E955; }
p { color: rgb(230,233,85); }
H1.HeaderClassName
{
color: #E6E955;
}
.AnyTagClassName
{
color: #E6E955;
}
</style>
background-color css
<style>
a { background-color: #E6E955; }
a { background-color: rgb(230,233,85); }
div.DivClassName
{
background-color: #E6E955;
}
.BgClassName
{
background-color: #E6E955;
}
</style>
border-color css
<style>
span { border-color: #E6E955; }
span { border-color: rgb(230,233,85); }
td.TdClassName
{
border-color: #E6E955;
}
.TagClassName
{
border-color: #E6E955;
}
</style>