Shades of Manz #E5E14A
Tints of Manz #E5E14A
RGB
CMYK
RGB Variations
Color information
#E5E14A (or 0xE5E14A) is known color: Manz. HEX triplet: E5, E1 and 4A. RGB value is (229,225,74). Sum of RGB (Red+Green+Blue) = 229+225+74=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 74 (29.30% from 255 or 14.02% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E14A is #1A1EB5. Grayscale: #D1D1D1. Windows color (decimal): -1711798 or 4907493. OLE color: 4907493.
HSL color Cylindrical-coordinate representation of color #E5E14A: hue angle of 58.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5E14A is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 74 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.10 |
| HSL | 58.45º | 0.75% | 0.59% | - |
| HSV(B) | 58.45º | 0.68% | 0.9% | - |
| XYZ | 60.47 | 71 | 17 | - |
| YUV | 208.98 | 51.83 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 74 | 0 | 0.02 | 0.68 | 0.10 | 58.45 | 0.75 | 0.59 |
| Hex | E5 | E1 | 4A | 0 | 2 | 44 | A | 3A | 4B | 3B |
| Octal | 345 | 341 | 112 | 0 | 2 | 104 | 12 | 72 | 113 | 73 |
| Binary | 11100101 | 11100001 | 1001010 | 0 | 10 | 1000100 | 1010 | 111010 | 1001011 | 111011 |
Color Harmonies of #E5E14A
Complementary color
Monochromatic Colors of #E5E14A
Black with #E5E14A
Text Example
Text Example
White with #E5E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E14A; }
p { color: rgb(229,225,74); }
H1.HeaderClassName
{
color: #E5E14A;
}
.AnyTagClassName
{
color: #E5E14A;
}
</style>
background-color css
<style>
a { background-color: #E5E14A; }
a { background-color: rgb(229,225,74); }
div.DivClassName
{
background-color: #E5E14A;
}
.BgClassName
{
background-color: #E5E14A;
}
</style>
border-color css
<style>
span { border-color: #E5E14A; }
span { border-color: rgb(229,225,74); }
td.TdClassName
{
border-color: #E5E14A;
}
.TagClassName
{
border-color: #E5E14A;
}
</style>