Shades of Manz #E9E058
Tints of Manz #E9E058
RGB
CMYK
RGB Variations
Color information
#E9E058 (or 0xE9E058) is known color: Manz. HEX triplet: E9, E0 and 58. RGB value is (233,224,88). Sum of RGB (Red+Green+Blue) = 233+224+88=545 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.75% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E058 is #161FA7. Grayscale: #D3D3D3. Windows color (decimal): -1449896 or 5824745. OLE color: 5824745.
HSL color Cylindrical-coordinate representation of color #E9E058: hue angle of 56.28º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9E058 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 88 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.09 |
| HSL | 56.28º | 0.77% | 0.63% | - |
| HSV(B) | 56.28º | 0.62% | 0.91% | - |
| XYZ | 62.02 | 71.34 | 19.73 | - |
| YUV | 211.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 88 | 0 | 0.04 | 0.62 | 0.09 | 56.28 | 0.77 | 0.63 |
| Hex | E9 | E0 | 58 | 0 | 4 | 3E | 9 | 38 | 4D | 3F |
| Octal | 351 | 340 | 130 | 0 | 4 | 76 | 11 | 70 | 115 | 77 |
| Binary | 11101001 | 11100000 | 1011000 | 0 | 100 | 111110 | 1001 | 111000 | 1001101 | 111111 |
Color Harmonies of #E9E058
Complementary color
Monochromatic Colors of #E9E058
Black with #E9E058
Text Example
Text Example
White with #E9E058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E058; }
p { color: rgb(233,224,88); }
H1.HeaderClassName
{
color: #E9E058;
}
.AnyTagClassName
{
color: #E9E058;
}
</style>
background-color css
<style>
a { background-color: #E9E058; }
a { background-color: rgb(233,224,88); }
div.DivClassName
{
background-color: #E9E058;
}
.BgClassName
{
background-color: #E9E058;
}
</style>
border-color css
<style>
span { border-color: #E9E058; }
span { border-color: rgb(233,224,88); }
td.TdClassName
{
border-color: #E9E058;
}
.TagClassName
{
border-color: #E9E058;
}
</style>