Shades of Manz #E6E14F
Tints of Manz #E6E14F
RGB
CMYK
RGB Variations
Color information
#E6E14F (or 0xE6E14F) is known color: Manz. HEX triplet: E6, E1 and 4F. RGB value is (230,225,79). Sum of RGB (Red+Green+Blue) = 230+225+79=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E14F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E14F is #191EB0. Grayscale: #D2D2D2. Windows color (decimal): -1646257 or 5235174. OLE color: 5235174.
HSL color Cylindrical-coordinate representation of color #E6E14F: hue angle of 58.01º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6E14F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 79 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.10 |
| HSL | 58.01º | 0.75% | 0.61% | - |
| HSV(B) | 58.01º | 0.66% | 0.9% | - |
| XYZ | 60.97 | 71.24 | 17.93 | - |
| YUV | 209.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 79 | 0 | 0.02 | 0.66 | 0.10 | 58.01 | 0.75 | 0.61 |
| Hex | E6 | E1 | 4F | 0 | 2 | 42 | A | 3A | 4B | 3D |
| Octal | 346 | 341 | 117 | 0 | 2 | 102 | 12 | 72 | 113 | 75 |
| Binary | 11100110 | 11100001 | 1001111 | 0 | 10 | 1000010 | 1010 | 111010 | 1001011 | 111101 |
Color Harmonies of #E6E14F
Complementary color
Monochromatic Colors of #E6E14F
Black with #E6E14F
Text Example
Text Example
White with #E6E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E14F; }
p { color: rgb(230,225,79); }
H1.HeaderClassName
{
color: #E6E14F;
}
.AnyTagClassName
{
color: #E6E14F;
}
</style>
background-color css
<style>
a { background-color: #E6E14F; }
a { background-color: rgb(230,225,79); }
div.DivClassName
{
background-color: #E6E14F;
}
.BgClassName
{
background-color: #E6E14F;
}
</style>
border-color css
<style>
span { border-color: #E6E14F; }
span { border-color: rgb(230,225,79); }
td.TdClassName
{
border-color: #E6E14F;
}
.TagClassName
{
border-color: #E6E14F;
}
</style>