Shades of Manz #EADC56
Tints of Manz #EADC56
RGB
CMYK
RGB Variations
Color information
#EADC56 (or 0xEADC56) is known color: Manz. HEX triplet: EA, DC and 56. RGB value is (234,220,86). Sum of RGB (Red+Green+Blue) = 234+220+86=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC56 is #1523A9. Grayscale: #D1D1D1. Windows color (decimal): -1385386 or 5692650. OLE color: 5692650.
HSL color Cylindrical-coordinate representation of color #EADC56: hue angle of 54.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EADC56 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 86 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.08 |
| HSL | 54.32º | 0.78% | 0.63% | - |
| HSV(B) | 54.32º | 0.63% | 0.92% | - |
| XYZ | 61.2 | 69.35 | 18.96 | - |
| YUV | 208.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 86 | 0 | 0.06 | 0.63 | 0.08 | 54.32 | 0.78 | 0.63 |
| Hex | EA | DC | 56 | 0 | 6 | 3F | 8 | 36 | 4E | 3F |
| Octal | 352 | 334 | 126 | 0 | 6 | 77 | 10 | 66 | 116 | 77 |
| Binary | 11101010 | 11011100 | 1010110 | 0 | 110 | 111111 | 1000 | 110110 | 1001110 | 111111 |
Color Harmonies of #EADC56
Complementary color
Monochromatic Colors of #EADC56
Black with #EADC56
Text Example
Text Example
White with #EADC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC56; }
p { color: rgb(234,220,86); }
H1.HeaderClassName
{
color: #EADC56;
}
.AnyTagClassName
{
color: #EADC56;
}
</style>
background-color css
<style>
a { background-color: #EADC56; }
a { background-color: rgb(234,220,86); }
div.DivClassName
{
background-color: #EADC56;
}
.BgClassName
{
background-color: #EADC56;
}
</style>
border-color css
<style>
span { border-color: #EADC56; }
span { border-color: rgb(234,220,86); }
td.TdClassName
{
border-color: #EADC56;
}
.TagClassName
{
border-color: #EADC56;
}
</style>