Shades of Manz #EADC57
Tints of Manz #EADC57
RGB
CMYK
RGB Variations
Color information
#EADC57 (or 0xEADC57) is known color: Manz. HEX triplet: EA, DC and 57. RGB value is (234,220,87). Sum of RGB (Red+Green+Blue) = 234+220+87=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC57 is #1523A8. Grayscale: #D1D1D1. Windows color (decimal): -1385385 or 5758186. OLE color: 5758186.
HSL color Cylindrical-coordinate representation of color #EADC57: hue angle of 54.29º 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 #EADC57 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 87 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.08 |
| HSL | 54.29º | 0.78% | 0.63% | - |
| HSV(B) | 54.29º | 0.63% | 0.92% | - |
| XYZ | 61.25 | 69.37 | 19.18 | - |
| YUV | 209.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 87 | 0 | 0.06 | 0.63 | 0.08 | 54.29 | 0.78 | 0.63 |
| Hex | EA | DC | 57 | 0 | 6 | 3F | 8 | 36 | 4E | 3F |
| Octal | 352 | 334 | 127 | 0 | 6 | 77 | 10 | 66 | 116 | 77 |
| Binary | 11101010 | 11011100 | 1010111 | 0 | 110 | 111111 | 1000 | 110110 | 1001110 | 111111 |
Color Harmonies of #EADC57
Complementary color
Monochromatic Colors of #EADC57
Black with #EADC57
Text Example
Text Example
White with #EADC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC57; }
p { color: rgb(234,220,87); }
H1.HeaderClassName
{
color: #EADC57;
}
.AnyTagClassName
{
color: #EADC57;
}
</style>
background-color css
<style>
a { background-color: #EADC57; }
a { background-color: rgb(234,220,87); }
div.DivClassName
{
background-color: #EADC57;
}
.BgClassName
{
background-color: #EADC57;
}
</style>
border-color css
<style>
span { border-color: #EADC57; }
span { border-color: rgb(234,220,87); }
td.TdClassName
{
border-color: #EADC57;
}
.TagClassName
{
border-color: #EADC57;
}
</style>