Shades of Manz #EADD5E
Tints of Manz #EADD5E
RGB
CMYK
RGB Variations
Color information
#EADD5E (or 0xEADD5E) is known color: Manz. HEX triplet: EA, DD and 5E. RGB value is (234,221,94). Sum of RGB (Red+Green+Blue) = 234+221+94=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 94 (37.11% from 255 or 17.12% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD5E is #1522A1. Grayscale: #D2D2D2. Windows color (decimal): -1385122 or 6217194. OLE color: 6217194.
HSL color Cylindrical-coordinate representation of color #EADD5E: hue angle of 54.43º 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 #EADD5E is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 94 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.08 |
| HSL | 54.43º | 0.77% | 0.64% | - |
| HSV(B) | 54.43º | 0.6% | 0.92% | - |
| XYZ | 61.81 | 70.01 | 20.85 | - |
| YUV | 210.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 94 | 0 | 0.06 | 0.60 | 0.08 | 54.43 | 0.77 | 0.64 |
| Hex | EA | DD | 5E | 0 | 6 | 3C | 8 | 36 | 4D | 40 |
| Octal | 352 | 335 | 136 | 0 | 6 | 74 | 10 | 66 | 115 | 100 |
| Binary | 11101010 | 11011101 | 1011110 | 0 | 110 | 111100 | 1000 | 110110 | 1001101 | 1000000 |
Color Harmonies of #EADD5E
Complementary color
Monochromatic Colors of #EADD5E
Black with #EADD5E
Text Example
Text Example
White with #EADD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD5E; }
p { color: rgb(234,221,94); }
H1.HeaderClassName
{
color: #EADD5E;
}
.AnyTagClassName
{
color: #EADD5E;
}
</style>
background-color css
<style>
a { background-color: #EADD5E; }
a { background-color: rgb(234,221,94); }
div.DivClassName
{
background-color: #EADD5E;
}
.BgClassName
{
background-color: #EADD5E;
}
</style>
border-color css
<style>
span { border-color: #EADD5E; }
span { border-color: rgb(234,221,94); }
td.TdClassName
{
border-color: #EADD5E;
}
.TagClassName
{
border-color: #EADD5E;
}
</style>