Shades of Manz #E5E15F
Tints of Manz #E5E15F
RGB
CMYK
RGB Variations
Color information
#E5E15F (or 0xE5E15F) is known color: Manz. HEX triplet: E5, E1 and 5F. RGB value is (229,225,95). Sum of RGB (Red+Green+Blue) = 229+225+95=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E15F is #1A1EA0. Grayscale: #D3D3D3. Windows color (decimal): -1711777 or 6283749. OLE color: 6283749.
HSL color Cylindrical-coordinate representation of color #E5E15F: hue angle of 58.21º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5E15F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 95 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.10 |
| HSL | 58.21º | 0.72% | 0.64% | - |
| HSV(B) | 58.21º | 0.59% | 0.9% | - |
| XYZ | 61.3 | 71.33 | 21.36 | - |
| YUV | 211.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 95 | 0 | 0.02 | 0.59 | 0.10 | 58.21 | 0.72 | 0.64 |
| Hex | E5 | E1 | 5F | 0 | 2 | 3B | A | 3A | 48 | 40 |
| Octal | 345 | 341 | 137 | 0 | 2 | 73 | 12 | 72 | 110 | 100 |
| Binary | 11100101 | 11100001 | 1011111 | 0 | 10 | 111011 | 1010 | 111010 | 1001000 | 1000000 |
Color Harmonies of #E5E15F
Complementary color
Monochromatic Colors of #E5E15F
Black with #E5E15F
Text Example
Text Example
White with #E5E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E15F; }
p { color: rgb(229,225,95); }
H1.HeaderClassName
{
color: #E5E15F;
}
.AnyTagClassName
{
color: #E5E15F;
}
</style>
background-color css
<style>
a { background-color: #E5E15F; }
a { background-color: rgb(229,225,95); }
div.DivClassName
{
background-color: #E5E15F;
}
.BgClassName
{
background-color: #E5E15F;
}
</style>
border-color css
<style>
span { border-color: #E5E15F; }
span { border-color: rgb(229,225,95); }
td.TdClassName
{
border-color: #E5E15F;
}
.TagClassName
{
border-color: #E5E15F;
}
</style>