Shades of Manz #EAE756
Tints of Manz #EAE756
RGB
CMYK
RGB Variations
Color information
#EAE756 (or 0xEAE756) is known color: Manz. HEX triplet: EA, E7 and 56. RGB value is (234,231,86). Sum of RGB (Red+Green+Blue) = 234+231+86=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE756 is #1518A9. Grayscale: #D7D7D7. Windows color (decimal): -1382570 or 5695466. OLE color: 5695466.
HSL color Cylindrical-coordinate representation of color #EAE756: hue angle of 58.78º 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 #EAE756 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 86 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.08 |
| HSL | 58.78º | 0.78% | 0.63% | - |
| HSV(B) | 58.78º | 0.63% | 0.92% | - |
| XYZ | 64.19 | 75.32 | 19.96 | - |
| YUV | 215.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 86 | 0 | 0.01 | 0.63 | 0.08 | 58.78 | 0.78 | 0.63 |
| Hex | EA | E7 | 56 | 0 | 1 | 3F | 8 | 3B | 4E | 3F |
| Octal | 352 | 347 | 126 | 0 | 1 | 77 | 10 | 73 | 116 | 77 |
| Binary | 11101010 | 11100111 | 1010110 | 0 | 1 | 111111 | 1000 | 111011 | 1001110 | 111111 |
Color Harmonies of #EAE756
Complementary color
Monochromatic Colors of #EAE756
Black with #EAE756
Text Example
Text Example
White with #EAE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE756; }
p { color: rgb(234,231,86); }
H1.HeaderClassName
{
color: #EAE756;
}
.AnyTagClassName
{
color: #EAE756;
}
</style>
background-color css
<style>
a { background-color: #EAE756; }
a { background-color: rgb(234,231,86); }
div.DivClassName
{
background-color: #EAE756;
}
.BgClassName
{
background-color: #EAE756;
}
</style>
border-color css
<style>
span { border-color: #EAE756; }
span { border-color: rgb(234,231,86); }
td.TdClassName
{
border-color: #EAE756;
}
.TagClassName
{
border-color: #EAE756;
}
</style>