Shades of Manz #EADC59
Tints of Manz #EADC59
RGB
CMYK
RGB Variations
Color information
#EADC59 (or 0xEADC59) is known color: Manz. HEX triplet: EA, DC and 59. RGB value is (234,220,89). Sum of RGB (Red+Green+Blue) = 234+220+89=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 89 (35.16% from 255 or 16.39% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC59 is #1523A6. Grayscale: #D1D1D1. Windows color (decimal): -1385383 or 5889258. OLE color: 5889258.
HSL color Cylindrical-coordinate representation of color #EADC59: hue angle of 54.21º 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 #EADC59 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 89 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.08 |
| HSL | 54.21º | 0.78% | 0.63% | - |
| HSV(B) | 54.21º | 0.62% | 0.92% | - |
| XYZ | 61.33 | 69.4 | 19.61 | - |
| YUV | 209.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 89 | 0 | 0.06 | 0.62 | 0.08 | 54.21 | 0.78 | 0.63 |
| Hex | EA | DC | 59 | 0 | 6 | 3E | 8 | 36 | 4E | 3F |
| Octal | 352 | 334 | 131 | 0 | 6 | 76 | 10 | 66 | 116 | 77 |
| Binary | 11101010 | 11011100 | 1011001 | 0 | 110 | 111110 | 1000 | 110110 | 1001110 | 111111 |
Color Harmonies of #EADC59
Complementary color
Monochromatic Colors of #EADC59
Black with #EADC59
Text Example
Text Example
White with #EADC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC59; }
p { color: rgb(234,220,89); }
H1.HeaderClassName
{
color: #EADC59;
}
.AnyTagClassName
{
color: #EADC59;
}
</style>
background-color css
<style>
a { background-color: #EADC59; }
a { background-color: rgb(234,220,89); }
div.DivClassName
{
background-color: #EADC59;
}
.BgClassName
{
background-color: #EADC59;
}
</style>
border-color css
<style>
span { border-color: #EADC59; }
span { border-color: rgb(234,220,89); }
td.TdClassName
{
border-color: #EADC59;
}
.TagClassName
{
border-color: #EADC59;
}
</style>