Shades of Manz #EAE659
Tints of Manz #EAE659
RGB
CMYK
RGB Variations
Color information
#EAE659 (or 0xEAE659) is known color: Manz. HEX triplet: EA, E6 and 59. RGB value is (234,230,89). Sum of RGB (Red+Green+Blue) = 234+230+89=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 89 (35.16% from 255 or 16.09% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE659 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE659 is #1519A6. Grayscale: #D7D7D7. Windows color (decimal): -1382823 or 5891818. OLE color: 5891818.
HSL color Cylindrical-coordinate representation of color #EAE659: hue angle of 58.34º 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 #EAE659 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 89 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.08 |
| HSL | 58.34º | 0.78% | 0.63% | - |
| HSV(B) | 58.34º | 0.62% | 0.92% | - |
| XYZ | 64.03 | 74.81 | 20.52 | - |
| YUV | 215.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 89 | 0 | 0.02 | 0.62 | 0.08 | 58.34 | 0.78 | 0.63 |
| Hex | EA | E6 | 59 | 0 | 2 | 3E | 8 | 3A | 4E | 3F |
| Octal | 352 | 346 | 131 | 0 | 2 | 76 | 10 | 72 | 116 | 77 |
| Binary | 11101010 | 11100110 | 1011001 | 0 | 10 | 111110 | 1000 | 111010 | 1001110 | 111111 |
Color Harmonies of #EAE659
Complementary color
Monochromatic Colors of #EAE659
Black with #EAE659
Text Example
Text Example
White with #EAE659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE659; }
p { color: rgb(234,230,89); }
H1.HeaderClassName
{
color: #EAE659;
}
.AnyTagClassName
{
color: #EAE659;
}
</style>
background-color css
<style>
a { background-color: #EAE659; }
a { background-color: rgb(234,230,89); }
div.DivClassName
{
background-color: #EAE659;
}
.BgClassName
{
background-color: #EAE659;
}
</style>
border-color css
<style>
span { border-color: #EAE659; }
span { border-color: rgb(234,230,89); }
td.TdClassName
{
border-color: #EAE659;
}
.TagClassName
{
border-color: #EAE659;
}
</style>