Shades of Manz #EAE15E
Tints of Manz #EAE15E
RGB
CMYK
RGB Variations
Color information
#EAE15E (or 0xEAE15E) is known color: Manz. HEX triplet: EA, E1 and 5E. RGB value is (234,225,94). Sum of RGB (Red+Green+Blue) = 234+225+94=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE15E is #151EA1. Grayscale: #D5D5D5. Windows color (decimal): -1384098 or 6218218. OLE color: 6218218.
HSL color Cylindrical-coordinate representation of color #EAE15E: hue angle of 56.14º 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 #EAE15E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 94 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.08 |
| HSL | 56.14º | 0.77% | 0.64% | - |
| HSV(B) | 56.14º | 0.6% | 0.92% | - |
| XYZ | 62.88 | 72.15 | 21.2 | - |
| YUV | 212.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 94 | 0 | 0.04 | 0.60 | 0.08 | 56.14 | 0.77 | 0.64 |
| Hex | EA | E1 | 5E | 0 | 4 | 3C | 8 | 38 | 4D | 40 |
| Octal | 352 | 341 | 136 | 0 | 4 | 74 | 10 | 70 | 115 | 100 |
| Binary | 11101010 | 11100001 | 1011110 | 0 | 100 | 111100 | 1000 | 111000 | 1001101 | 1000000 |
Color Harmonies of #EAE15E
Complementary color
Monochromatic Colors of #EAE15E
Black with #EAE15E
Text Example
Text Example
White with #EAE15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE15E; }
p { color: rgb(234,225,94); }
H1.HeaderClassName
{
color: #EAE15E;
}
.AnyTagClassName
{
color: #EAE15E;
}
</style>
background-color css
<style>
a { background-color: #EAE15E; }
a { background-color: rgb(234,225,94); }
div.DivClassName
{
background-color: #EAE15E;
}
.BgClassName
{
background-color: #EAE15E;
}
</style>
border-color css
<style>
span { border-color: #EAE15E; }
span { border-color: rgb(234,225,94); }
td.TdClassName
{
border-color: #EAE15E;
}
.TagClassName
{
border-color: #EAE15E;
}
</style>