Shades of Manz #EAE958
Tints of Manz #EAE958
RGB
CMYK
RGB Variations
Color information
#EAE958 (or 0xEAE958) is known color: Manz. HEX triplet: EA, E9 and 58. RGB value is (234,233,88). Sum of RGB (Red+Green+Blue) = 234+233+88=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 88 (34.77% from 255 or 15.86% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE958 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE958 is #1516A7. Grayscale: #D9D9D9. Windows color (decimal): -1382056 or 5827050. OLE color: 5827050.
HSL color Cylindrical-coordinate representation of color #EAE958: hue angle of 59.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAE958 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 88 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.08 |
| HSL | 59.59º | 0.78% | 0.63% | - |
| HSV(B) | 59.59º | 0.62% | 0.92% | - |
| XYZ | 64.83 | 76.47 | 20.58 | - |
| YUV | 216.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 88 | 0 | 0.00 | 0.62 | 0.08 | 59.59 | 0.78 | 0.63 |
| Hex | EA | E9 | 58 | 0 | 0 | 3E | 8 | 3C | 4E | 3F |
| Octal | 352 | 351 | 130 | 0 | 0 | 76 | 10 | 74 | 116 | 77 |
| Binary | 11101010 | 11101001 | 1011000 | 0 | 0 | 111110 | 1000 | 111100 | 1001110 | 111111 |
Color Harmonies of #EAE958
Complementary color
Monochromatic Colors of #EAE958
Black with #EAE958
Text Example
Text Example
White with #EAE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE958; }
p { color: rgb(234,233,88); }
H1.HeaderClassName
{
color: #EAE958;
}
.AnyTagClassName
{
color: #EAE958;
}
</style>
background-color css
<style>
a { background-color: #EAE958; }
a { background-color: rgb(234,233,88); }
div.DivClassName
{
background-color: #EAE958;
}
.BgClassName
{
background-color: #EAE958;
}
</style>
border-color css
<style>
span { border-color: #EAE958; }
span { border-color: rgb(234,233,88); }
td.TdClassName
{
border-color: #EAE958;
}
.TagClassName
{
border-color: #EAE958;
}
</style>