Shades of Manz #EADA5E
Tints of Manz #EADA5E
RGB
CMYK
RGB Variations
Color information
#EADA5E (or 0xEADA5E) is known color: Manz. HEX triplet: EA, DA and 5E. RGB value is (234,218,94). Sum of RGB (Red+Green+Blue) = 234+218+94=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA5E is #1525A1. Grayscale: #D1D1D1. Windows color (decimal): -1385890 or 6216426. OLE color: 6216426.
HSL color Cylindrical-coordinate representation of color #EADA5E: hue angle of 53.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 #EADA5E is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 94 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.08 |
| HSL | 53.14º | 0.77% | 0.64% | - |
| HSV(B) | 53.14º | 0.6% | 0.92% | - |
| XYZ | 61.02 | 68.44 | 20.58 | - |
| YUV | 208.65 | 63.3 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 94 | 0 | 0.07 | 0.60 | 0.08 | 53.14 | 0.77 | 0.64 |
| Hex | EA | DA | 5E | 0 | 7 | 3C | 8 | 35 | 4D | 40 |
| Octal | 352 | 332 | 136 | 0 | 7 | 74 | 10 | 65 | 115 | 100 |
| Binary | 11101010 | 11011010 | 1011110 | 0 | 111 | 111100 | 1000 | 110101 | 1001101 | 1000000 |
Color Harmonies of #EADA5E
Complementary color
Monochromatic Colors of #EADA5E
Black with #EADA5E
Text Example
Text Example
White with #EADA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA5E; }
p { color: rgb(234,218,94); }
H1.HeaderClassName
{
color: #EADA5E;
}
.AnyTagClassName
{
color: #EADA5E;
}
</style>
background-color css
<style>
a { background-color: #EADA5E; }
a { background-color: rgb(234,218,94); }
div.DivClassName
{
background-color: #EADA5E;
}
.BgClassName
{
background-color: #EADA5E;
}
</style>
border-color css
<style>
span { border-color: #EADA5E; }
span { border-color: rgb(234,218,94); }
td.TdClassName
{
border-color: #EADA5E;
}
.TagClassName
{
border-color: #EADA5E;
}
</style>