Shades of Manz #EAE55E
Tints of Manz #EAE55E
RGB
CMYK
RGB Variations
Color information
#EAE55E (or 0xEAE55E) is known color: Manz. HEX triplet: EA, E5 and 5E. RGB value is (234,229,94). Sum of RGB (Red+Green+Blue) = 234+229+94=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE55E is #151AA1. Grayscale: #D7D7D7. Windows color (decimal): -1383074 or 6219242. OLE color: 6219242.
HSL color Cylindrical-coordinate representation of color #EAE55E: hue angle of 57.86º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAE55E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 94 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.08 |
| HSL | 57.86º | 0.77% | 0.64% | - |
| HSV(B) | 57.86º | 0.6% | 0.92% | - |
| XYZ | 63.97 | 74.34 | 21.57 | - |
| YUV | 215.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 94 | 0 | 0.02 | 0.60 | 0.08 | 57.86 | 0.77 | 0.64 |
| Hex | EA | E5 | 5E | 0 | 2 | 3C | 8 | 3A | 4D | 40 |
| Octal | 352 | 345 | 136 | 0 | 2 | 74 | 10 | 72 | 115 | 100 |
| Binary | 11101010 | 11100101 | 1011110 | 0 | 10 | 111100 | 1000 | 111010 | 1001101 | 1000000 |
Color Harmonies of #EAE55E
Complementary color
Monochromatic Colors of #EAE55E
Black with #EAE55E
Text Example
Text Example
White with #EAE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE55E; }
p { color: rgb(234,229,94); }
H1.HeaderClassName
{
color: #EAE55E;
}
.AnyTagClassName
{
color: #EAE55E;
}
</style>
background-color css
<style>
a { background-color: #EAE55E; }
a { background-color: rgb(234,229,94); }
div.DivClassName
{
background-color: #EAE55E;
}
.BgClassName
{
background-color: #EAE55E;
}
</style>
border-color css
<style>
span { border-color: #EAE55E; }
span { border-color: rgb(234,229,94); }
td.TdClassName
{
border-color: #EAE55E;
}
.TagClassName
{
border-color: #EAE55E;
}
</style>