Shades of Manz #E8E14D
Tints of Manz #E8E14D
RGB
CMYK
RGB Variations
Color information
#E8E14D (or 0xE8E14D) is known color: Manz. HEX triplet: E8, E1 and 4D. RGB value is (232,225,77). Sum of RGB (Red+Green+Blue) = 232+225+77=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 77 (30.47% from 255 or 14.42% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E14D is #171EB2. Grayscale: #D2D2D2. Windows color (decimal): -1515187 or 5104104. OLE color: 5104104.
HSL color Cylindrical-coordinate representation of color #E8E14D: hue angle of 57.29º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8E14D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 77 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.09 |
| HSL | 57.29º | 0.77% | 0.61% | - |
| HSV(B) | 57.29º | 0.67% | 0.91% | - |
| XYZ | 61.54 | 71.54 | 17.59 | - |
| YUV | 210.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 77 | 0 | 0.03 | 0.67 | 0.09 | 57.29 | 0.77 | 0.61 |
| Hex | E8 | E1 | 4D | 0 | 3 | 43 | 9 | 39 | 4D | 3D |
| Octal | 350 | 341 | 115 | 0 | 3 | 103 | 11 | 71 | 115 | 75 |
| Binary | 11101000 | 11100001 | 1001101 | 0 | 11 | 1000011 | 1001 | 111001 | 1001101 | 111101 |
Color Harmonies of #E8E14D
Complementary color
Monochromatic Colors of #E8E14D
Black with #E8E14D
Text Example
Text Example
White with #E8E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E14D; }
p { color: rgb(232,225,77); }
H1.HeaderClassName
{
color: #E8E14D;
}
.AnyTagClassName
{
color: #E8E14D;
}
</style>
background-color css
<style>
a { background-color: #E8E14D; }
a { background-color: rgb(232,225,77); }
div.DivClassName
{
background-color: #E8E14D;
}
.BgClassName
{
background-color: #E8E14D;
}
</style>
border-color css
<style>
span { border-color: #E8E14D; }
span { border-color: rgb(232,225,77); }
td.TdClassName
{
border-color: #E8E14D;
}
.TagClassName
{
border-color: #E8E14D;
}
</style>