Shades of Manz #EADF47
Tints of Manz #EADF47
RGB
CMYK
RGB Variations
Color information
#EADF47 (or 0xEADF47) is known color: Manz. HEX triplet: EA, DF and 47. RGB value is (234,223,71). Sum of RGB (Red+Green+Blue) = 234+223+71=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 71 (28.12% from 255 or 13.45% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF47 is #1520B8. Grayscale: #D1D1D1. Windows color (decimal): -1384633 or 4710378. OLE color: 4710378.
HSL color Cylindrical-coordinate representation of color #EADF47: hue angle of 55.95º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EADF47 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 71 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.08 |
| HSL | 55.95º | 0.8% | 0.6% | - |
| HSV(B) | 55.95º | 0.7% | 0.92% | - |
| XYZ | 61.46 | 70.72 | 16.37 | - |
| YUV | 208.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 71 | 0 | 0.05 | 0.70 | 0.08 | 55.95 | 0.8 | 0.6 |
| Hex | EA | DF | 47 | 0 | 5 | 46 | 8 | 38 | 50 | 3C |
| Octal | 352 | 337 | 107 | 0 | 5 | 106 | 10 | 70 | 120 | 74 |
| Binary | 11101010 | 11011111 | 1000111 | 0 | 101 | 1000110 | 1000 | 111000 | 1010000 | 111100 |
Color Harmonies of #EADF47
Complementary color
Monochromatic Colors of #EADF47
Black with #EADF47
Text Example
Text Example
White with #EADF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF47; }
p { color: rgb(234,223,71); }
H1.HeaderClassName
{
color: #EADF47;
}
.AnyTagClassName
{
color: #EADF47;
}
</style>
background-color css
<style>
a { background-color: #EADF47; }
a { background-color: rgb(234,223,71); }
div.DivClassName
{
background-color: #EADF47;
}
.BgClassName
{
background-color: #EADF47;
}
</style>
border-color css
<style>
span { border-color: #EADF47; }
span { border-color: rgb(234,223,71); }
td.TdClassName
{
border-color: #EADF47;
}
.TagClassName
{
border-color: #EADF47;
}
</style>