Shades of Manz #E3E14F
Tints of Manz #E3E14F
RGB
CMYK
RGB Variations
Color information
#E3E14F (or 0xE3E14F) is known color: Manz. HEX triplet: E3, E1 and 4F. RGB value is (227,225,79). Sum of RGB (Red+Green+Blue) = 227+225+79=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 79 (31.25% from 255 or 14.88% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3E14F is #1C1EB0. Grayscale: #D1D1D1. Windows color (decimal): -1842865 or 5235171. OLE color: 5235171.
HSL color Cylindrical-coordinate representation of color #E3E14F: hue angle of 59.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3E14F is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 225 | 79 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.11 |
| HSL | 59.19º | 0.73% | 0.6% | - |
| HSV(B) | 59.19º | 0.65% | 0.89% | - |
| XYZ | 60.02 | 70.75 | 17.89 | - |
| YUV | 208.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 225 | 79 | 0 | 0.01 | 0.65 | 0.11 | 59.19 | 0.73 | 0.6 |
| Hex | E3 | E1 | 4F | 0 | 1 | 41 | B | 3B | 49 | 3C |
| Octal | 343 | 341 | 117 | 0 | 1 | 101 | 13 | 73 | 111 | 74 |
| Binary | 11100011 | 11100001 | 1001111 | 0 | 1 | 1000001 | 1011 | 111011 | 1001001 | 111100 |
Color Harmonies of #E3E14F
Complementary color
Monochromatic Colors of #E3E14F
Black with #E3E14F
Text Example
Text Example
White with #E3E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E14F; }
p { color: rgb(227,225,79); }
H1.HeaderClassName
{
color: #E3E14F;
}
.AnyTagClassName
{
color: #E3E14F;
}
</style>
background-color css
<style>
a { background-color: #E3E14F; }
a { background-color: rgb(227,225,79); }
div.DivClassName
{
background-color: #E3E14F;
}
.BgClassName
{
background-color: #E3E14F;
}
</style>
border-color css
<style>
span { border-color: #E3E14F; }
span { border-color: rgb(227,225,79); }
td.TdClassName
{
border-color: #E3E14F;
}
.TagClassName
{
border-color: #E3E14F;
}
</style>