Shades of Manz #EAE059
Tints of Manz #EAE059
RGB
CMYK
RGB Variations
Color information
#EAE059 (or 0xEAE059) is known color: Manz. HEX triplet: EA, E0 and 59. RGB value is (234,224,89). Sum of RGB (Red+Green+Blue) = 234+224+89=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 89 (35.16% from 255 or 16.27% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE059 is #151FA6. Grayscale: #D4D4D4. Windows color (decimal): -1384359 or 5890282. OLE color: 5890282.
HSL color Cylindrical-coordinate representation of color #EAE059: hue angle of 55.86º 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 #EAE059 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 224 | 89 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.08 |
| HSL | 55.86º | 0.78% | 0.63% | - |
| HSV(B) | 55.86º | 0.62% | 0.92% | - |
| XYZ | 62.39 | 71.53 | 19.97 | - |
| YUV | 211.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 89 | 0 | 0.04 | 0.62 | 0.08 | 55.86 | 0.78 | 0.63 |
| Hex | EA | E0 | 59 | 0 | 4 | 3E | 8 | 38 | 4E | 3F |
| Octal | 352 | 340 | 131 | 0 | 4 | 76 | 10 | 70 | 116 | 77 |
| Binary | 11101010 | 11100000 | 1011001 | 0 | 100 | 111110 | 1000 | 111000 | 1001110 | 111111 |
Color Harmonies of #EAE059
Complementary color
Monochromatic Colors of #EAE059
Black with #EAE059
Text Example
Text Example
White with #EAE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE059; }
p { color: rgb(234,224,89); }
H1.HeaderClassName
{
color: #EAE059;
}
.AnyTagClassName
{
color: #EAE059;
}
</style>
background-color css
<style>
a { background-color: #EAE059; }
a { background-color: rgb(234,224,89); }
div.DivClassName
{
background-color: #EAE059;
}
.BgClassName
{
background-color: #EAE059;
}
</style>
border-color css
<style>
span { border-color: #EAE059; }
span { border-color: rgb(234,224,89); }
td.TdClassName
{
border-color: #EAE059;
}
.TagClassName
{
border-color: #EAE059;
}
</style>