Shades of Manz #EADF60
Tints of Manz #EADF60
RGB
CMYK
RGB Variations
Color information
#EADF60 (or 0xEADF60) is known color: Manz. HEX triplet: EA, DF and 60. RGB value is (234,223,96). Sum of RGB (Red+Green+Blue) = 234+223+96=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF60 is #15209F. Grayscale: #D4D4D4. Windows color (decimal): -1384608 or 6348778. OLE color: 6348778.
HSL color Cylindrical-coordinate representation of color #EADF60: hue angle of 55.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EADF60 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 96 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.08 |
| HSL | 55.22º | 0.77% | 0.65% | - |
| HSV(B) | 55.22º | 0.59% | 0.92% | - |
| XYZ | 62.43 | 71.11 | 21.5 | - |
| YUV | 211.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 96 | 0 | 0.05 | 0.59 | 0.08 | 55.22 | 0.77 | 0.65 |
| Hex | EA | DF | 60 | 0 | 5 | 3B | 8 | 37 | 4D | 41 |
| Octal | 352 | 337 | 140 | 0 | 5 | 73 | 10 | 67 | 115 | 101 |
| Binary | 11101010 | 11011111 | 1100000 | 0 | 101 | 111011 | 1000 | 110111 | 1001101 | 1000001 |
Color Harmonies of #EADF60
Complementary color
Monochromatic Colors of #EADF60
Black with #EADF60
Text Example
Text Example
White with #EADF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF60; }
p { color: rgb(234,223,96); }
H1.HeaderClassName
{
color: #EADF60;
}
.AnyTagClassName
{
color: #EADF60;
}
</style>
background-color css
<style>
a { background-color: #EADF60; }
a { background-color: rgb(234,223,96); }
div.DivClassName
{
background-color: #EADF60;
}
.BgClassName
{
background-color: #EADF60;
}
</style>
border-color css
<style>
span { border-color: #EADF60; }
span { border-color: rgb(234,223,96); }
td.TdClassName
{
border-color: #EADF60;
}
.TagClassName
{
border-color: #EADF60;
}
</style>