Shades of Manz #EADF62
Tints of Manz #EADF62
RGB
CMYK
RGB Variations
Color information
#EADF62 (or 0xEADF62) is known color: Manz. HEX triplet: EA, DF and 62. RGB value is (234,223,98). Sum of RGB (Red+Green+Blue) = 234+223+98=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF62 is #15209D. Grayscale: #D4D4D4. Windows color (decimal): -1384606 or 6479850. OLE color: 6479850.
HSL color Cylindrical-coordinate representation of color #EADF62: hue angle of 55.15º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EADF62 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 98 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.08 |
| HSL | 55.15º | 0.76% | 0.65% | - |
| HSV(B) | 55.15º | 0.58% | 0.92% | - |
| XYZ | 62.52 | 71.15 | 21.99 | - |
| YUV | 212.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 98 | 0 | 0.05 | 0.58 | 0.08 | 55.15 | 0.76 | 0.65 |
| Hex | EA | DF | 62 | 0 | 5 | 3A | 8 | 37 | 4C | 41 |
| Octal | 352 | 337 | 142 | 0 | 5 | 72 | 10 | 67 | 114 | 101 |
| Binary | 11101010 | 11011111 | 1100010 | 0 | 101 | 111010 | 1000 | 110111 | 1001100 | 1000001 |
Color Harmonies of #EADF62
Complementary color
Monochromatic Colors of #EADF62
Black with #EADF62
Text Example
Text Example
White with #EADF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF62; }
p { color: rgb(234,223,98); }
H1.HeaderClassName
{
color: #EADF62;
}
.AnyTagClassName
{
color: #EADF62;
}
</style>
background-color css
<style>
a { background-color: #EADF62; }
a { background-color: rgb(234,223,98); }
div.DivClassName
{
background-color: #EADF62;
}
.BgClassName
{
background-color: #EADF62;
}
</style>
border-color css
<style>
span { border-color: #EADF62; }
span { border-color: rgb(234,223,98); }
td.TdClassName
{
border-color: #EADF62;
}
.TagClassName
{
border-color: #EADF62;
}
</style>