Shades of Manz #EADF56
Tints of Manz #EADF56
RGB
CMYK
RGB Variations
Color information
#EADF56 (or 0xEADF56) is known color: Manz. HEX triplet: EA, DF and 56. RGB value is (234,223,86). Sum of RGB (Red+Green+Blue) = 234+223+86=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF56 is #1520A9. Grayscale: #D3D3D3. Windows color (decimal): -1384618 or 5693418. OLE color: 5693418.
HSL color Cylindrical-coordinate representation of color #EADF56: hue angle of 55.54º 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 #EADF56 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 86 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.08 |
| HSL | 55.54º | 0.78% | 0.63% | - |
| HSV(B) | 55.54º | 0.63% | 0.92% | - |
| XYZ | 62 | 70.94 | 19.23 | - |
| YUV | 210.67 | 57.64 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 86 | 0 | 0.05 | 0.63 | 0.08 | 55.54 | 0.78 | 0.63 |
| Hex | EA | DF | 56 | 0 | 5 | 3F | 8 | 38 | 4E | 3F |
| Octal | 352 | 337 | 126 | 0 | 5 | 77 | 10 | 70 | 116 | 77 |
| Binary | 11101010 | 11011111 | 1010110 | 0 | 101 | 111111 | 1000 | 111000 | 1001110 | 111111 |
Color Harmonies of #EADF56
Complementary color
Monochromatic Colors of #EADF56
Black with #EADF56
Text Example
Text Example
White with #EADF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF56; }
p { color: rgb(234,223,86); }
H1.HeaderClassName
{
color: #EADF56;
}
.AnyTagClassName
{
color: #EADF56;
}
</style>
background-color css
<style>
a { background-color: #EADF56; }
a { background-color: rgb(234,223,86); }
div.DivClassName
{
background-color: #EADF56;
}
.BgClassName
{
background-color: #EADF56;
}
</style>
border-color css
<style>
span { border-color: #EADF56; }
span { border-color: rgb(234,223,86); }
td.TdClassName
{
border-color: #EADF56;
}
.TagClassName
{
border-color: #EADF56;
}
</style>