Shades of Manz #EAE957
Tints of Manz #EAE957
RGB
CMYK
RGB Variations
Color information
#EAE957 (or 0xEAE957) is known color: Manz. HEX triplet: EA, E9 and 57. RGB value is (234,233,87). Sum of RGB (Red+Green+Blue) = 234+233+87=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 87 (34.38% from 255 or 15.70% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE957 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE957 is #1516A8. Grayscale: #D9D9D9. Windows color (decimal): -1382057 or 5761514. OLE color: 5761514.
HSL color Cylindrical-coordinate representation of color #EAE957: 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.63%. Process color model (Four color, CMYK) of #EAE957 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 87 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.08 |
| HSL | 59.59º | 0.78% | 0.63% | - |
| HSV(B) | 59.59º | 0.63% | 0.92% | - |
| XYZ | 64.79 | 76.46 | 20.36 | - |
| YUV | 216.66 | 54.83 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 87 | 0 | 0.00 | 0.63 | 0.08 | 59.59 | 0.78 | 0.63 |
| Hex | EA | E9 | 57 | 0 | 0 | 3F | 8 | 3C | 4E | 3F |
| Octal | 352 | 351 | 127 | 0 | 0 | 77 | 10 | 74 | 116 | 77 |
| Binary | 11101010 | 11101001 | 1010111 | 0 | 0 | 111111 | 1000 | 111100 | 1001110 | 111111 |
Color Harmonies of #EAE957
Complementary color
Monochromatic Colors of #EAE957
Black with #EAE957
Text Example
Text Example
White with #EAE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE957; }
p { color: rgb(234,233,87); }
H1.HeaderClassName
{
color: #EAE957;
}
.AnyTagClassName
{
color: #EAE957;
}
</style>
background-color css
<style>
a { background-color: #EAE957; }
a { background-color: rgb(234,233,87); }
div.DivClassName
{
background-color: #EAE957;
}
.BgClassName
{
background-color: #EAE957;
}
</style>
border-color css
<style>
span { border-color: #EAE957; }
span { border-color: rgb(234,233,87); }
td.TdClassName
{
border-color: #EAE957;
}
.TagClassName
{
border-color: #EAE957;
}
</style>