Shades of Manz #EAE259
Tints of Manz #EAE259
RGB
CMYK
RGB Variations
Color information
#EAE259 (or 0xEAE259) is known color: Manz. HEX triplet: EA, E2 and 59. RGB value is (234,226,89). Sum of RGB (Red+Green+Blue) = 234+226+89=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 89 (35.16% from 255 or 16.21% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE259 is #151DA6. Grayscale: #D5D5D5. Windows color (decimal): -1383847 or 5890794. OLE color: 5890794.
HSL color Cylindrical-coordinate representation of color #EAE259: hue angle of 56.69º 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 #EAE259 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 89 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.08 |
| HSL | 56.69º | 0.78% | 0.63% | - |
| HSV(B) | 56.69º | 0.62% | 0.92% | - |
| XYZ | 62.93 | 72.61 | 20.15 | - |
| YUV | 212.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 89 | 0 | 0.03 | 0.62 | 0.08 | 56.69 | 0.78 | 0.63 |
| Hex | EA | E2 | 59 | 0 | 3 | 3E | 8 | 39 | 4E | 3F |
| Octal | 352 | 342 | 131 | 0 | 3 | 76 | 10 | 71 | 116 | 77 |
| Binary | 11101010 | 11100010 | 1011001 | 0 | 11 | 111110 | 1000 | 111001 | 1001110 | 111111 |
Color Harmonies of #EAE259
Complementary color
Monochromatic Colors of #EAE259
Black with #EAE259
Text Example
Text Example
White with #EAE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE259; }
p { color: rgb(234,226,89); }
H1.HeaderClassName
{
color: #EAE259;
}
.AnyTagClassName
{
color: #EAE259;
}
</style>
background-color css
<style>
a { background-color: #EAE259; }
a { background-color: rgb(234,226,89); }
div.DivClassName
{
background-color: #EAE259;
}
.BgClassName
{
background-color: #EAE259;
}
</style>
border-color css
<style>
span { border-color: #EAE259; }
span { border-color: rgb(234,226,89); }
td.TdClassName
{
border-color: #EAE259;
}
.TagClassName
{
border-color: #EAE259;
}
</style>