Shades of Manz #E8E04F
Tints of Manz #E8E04F
RGB
CMYK
RGB Variations
Color information
#E8E04F (or 0xE8E04F) is known color: Manz. HEX triplet: E8, E0 and 4F. RGB value is (232,224,79). Sum of RGB (Red+Green+Blue) = 232+224+79=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 79 (31.25% from 255 or 14.77% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E04F is #171FB0. Grayscale: #D2D2D2. Windows color (decimal): -1515441 or 5234920. OLE color: 5234920.
HSL color Cylindrical-coordinate representation of color #E8E04F: hue angle of 56.86º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8E04F is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 224 | 79 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.09 |
| HSL | 56.86º | 0.77% | 0.61% | - |
| HSV(B) | 56.86º | 0.66% | 0.91% | - |
| XYZ | 61.35 | 71.03 | 17.87 | - |
| YUV | 209.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 224 | 79 | 0 | 0.03 | 0.66 | 0.09 | 56.86 | 0.77 | 0.61 |
| Hex | E8 | E0 | 4F | 0 | 3 | 42 | 9 | 39 | 4D | 3D |
| Octal | 350 | 340 | 117 | 0 | 3 | 102 | 11 | 71 | 115 | 75 |
| Binary | 11101000 | 11100000 | 1001111 | 0 | 11 | 1000010 | 1001 | 111001 | 1001101 | 111101 |
Color Harmonies of #E8E04F
Complementary color
Monochromatic Colors of #E8E04F
Black with #E8E04F
Text Example
Text Example
White with #E8E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E04F; }
p { color: rgb(232,224,79); }
H1.HeaderClassName
{
color: #E8E04F;
}
.AnyTagClassName
{
color: #E8E04F;
}
</style>
background-color css
<style>
a { background-color: #E8E04F; }
a { background-color: rgb(232,224,79); }
div.DivClassName
{
background-color: #E8E04F;
}
.BgClassName
{
background-color: #E8E04F;
}
</style>
border-color css
<style>
span { border-color: #E8E04F; }
span { border-color: rgb(232,224,79); }
td.TdClassName
{
border-color: #E8E04F;
}
.TagClassName
{
border-color: #E8E04F;
}
</style>