Shades of Manz #EADC55
Tints of Manz #EADC55
RGB
CMYK
RGB Variations
Color information
#EADC55 (or 0xEADC55) is known color: Manz. HEX triplet: EA, DC and 55. RGB value is (234,220,85). Sum of RGB (Red+Green+Blue) = 234+220+85=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC55 is #1523AA. Grayscale: #D1D1D1. Windows color (decimal): -1385387 or 5627114. OLE color: 5627114.
HSL color Cylindrical-coordinate representation of color #EADC55: hue angle of 54.36º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EADC55 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 85 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.08 |
| HSL | 54.36º | 0.78% | 0.63% | - |
| HSV(B) | 54.36º | 0.64% | 0.92% | - |
| XYZ | 61.16 | 69.33 | 18.75 | - |
| YUV | 208.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 85 | 0 | 0.06 | 0.64 | 0.08 | 54.36 | 0.78 | 0.63 |
| Hex | EA | DC | 55 | 0 | 6 | 40 | 8 | 36 | 4E | 3F |
| Octal | 352 | 334 | 125 | 0 | 6 | 100 | 10 | 66 | 116 | 77 |
| Binary | 11101010 | 11011100 | 1010101 | 0 | 110 | 1000000 | 1000 | 110110 | 1001110 | 111111 |
Color Harmonies of #EADC55
Complementary color
Monochromatic Colors of #EADC55
Black with #EADC55
Text Example
Text Example
White with #EADC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC55; }
p { color: rgb(234,220,85); }
H1.HeaderClassName
{
color: #EADC55;
}
.AnyTagClassName
{
color: #EADC55;
}
</style>
background-color css
<style>
a { background-color: #EADC55; }
a { background-color: rgb(234,220,85); }
div.DivClassName
{
background-color: #EADC55;
}
.BgClassName
{
background-color: #EADC55;
}
</style>
border-color css
<style>
span { border-color: #EADC55; }
span { border-color: rgb(234,220,85); }
td.TdClassName
{
border-color: #EADC55;
}
.TagClassName
{
border-color: #EADC55;
}
</style>