Shades of Manz #E6E15A
Tints of Manz #E6E15A
RGB
CMYK
RGB Variations
Color information
#E6E15A (or 0xE6E15A) is known color: Manz. HEX triplet: E6, E1 and 5A. RGB value is (230,225,90). Sum of RGB (Red+Green+Blue) = 230+225+90=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E15A is #191EA5. Grayscale: #D3D3D3. Windows color (decimal): -1646246 or 5956070. OLE color: 5956070.
HSL color Cylindrical-coordinate representation of color #E6E15A: hue angle of 57.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6E15A is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 90 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.10 |
| HSL | 57.86º | 0.74% | 0.63% | - |
| HSV(B) | 57.86º | 0.61% | 0.9% | - |
| XYZ | 61.4 | 71.41 | 20.22 | - |
| YUV | 211.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 90 | 0 | 0.02 | 0.61 | 0.10 | 57.86 | 0.74 | 0.63 |
| Hex | E6 | E1 | 5A | 0 | 2 | 3D | A | 3A | 4A | 3F |
| Octal | 346 | 341 | 132 | 0 | 2 | 75 | 12 | 72 | 112 | 77 |
| Binary | 11100110 | 11100001 | 1011010 | 0 | 10 | 111101 | 1010 | 111010 | 1001010 | 111111 |
Color Harmonies of #E6E15A
Complementary color
Monochromatic Colors of #E6E15A
Black with #E6E15A
Text Example
Text Example
White with #E6E15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E15A; }
p { color: rgb(230,225,90); }
H1.HeaderClassName
{
color: #E6E15A;
}
.AnyTagClassName
{
color: #E6E15A;
}
</style>
background-color css
<style>
a { background-color: #E6E15A; }
a { background-color: rgb(230,225,90); }
div.DivClassName
{
background-color: #E6E15A;
}
.BgClassName
{
background-color: #E6E15A;
}
</style>
border-color css
<style>
span { border-color: #E6E15A; }
span { border-color: rgb(230,225,90); }
td.TdClassName
{
border-color: #E6E15A;
}
.TagClassName
{
border-color: #E6E15A;
}
</style>