Shades of Manz #E6E94F
Tints of Manz #E6E94F
RGB
CMYK
RGB Variations
Color information
#E6E94F (or 0xE6E94F) is known color: Manz. HEX triplet: E6, E9 and 4F. RGB value is (230,233,79). Sum of RGB (Red+Green+Blue) = 230+233+79=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E94F is #1916B0. Grayscale: #D7D7D7. Windows color (decimal): -1644209 or 5237222. OLE color: 5237222.
HSL color Cylindrical-coordinate representation of color #E6E94F: hue angle of 61.17º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6E94F is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 79 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.09 |
| HSL | 61.17º | 0.78% | 0.61% | - |
| HSV(B) | 61.17º | 0.66% | 0.91% | - |
| XYZ | 63.18 | 75.67 | 18.67 | - |
| YUV | 214.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 79 | 0.01 | 0 | 0.66 | 0.09 | 61.17 | 0.78 | 0.61 |
| Hex | E6 | E9 | 4F | 1 | 0 | 42 | 9 | 3D | 4E | 3D |
| Octal | 346 | 351 | 117 | 1 | 0 | 102 | 11 | 75 | 116 | 75 |
| Binary | 11100110 | 11101001 | 1001111 | 1 | 0 | 1000010 | 1001 | 111101 | 1001110 | 111101 |
Color Harmonies of #E6E94F
Complementary color
Monochromatic Colors of #E6E94F
Black with #E6E94F
Text Example
Text Example
White with #E6E94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E94F; }
p { color: rgb(230,233,79); }
H1.HeaderClassName
{
color: #E6E94F;
}
.AnyTagClassName
{
color: #E6E94F;
}
</style>
background-color css
<style>
a { background-color: #E6E94F; }
a { background-color: rgb(230,233,79); }
div.DivClassName
{
background-color: #E6E94F;
}
.BgClassName
{
background-color: #E6E94F;
}
</style>
border-color css
<style>
span { border-color: #E6E94F; }
span { border-color: rgb(230,233,79); }
td.TdClassName
{
border-color: #E6E94F;
}
.TagClassName
{
border-color: #E6E94F;
}
</style>