Shades of Manz #EADF59
Tints of Manz #EADF59
RGB
CMYK
RGB Variations
Color information
#EADF59 (or 0xEADF59) is known color: Manz. HEX triplet: EA, DF and 59. RGB value is (234,223,89). Sum of RGB (Red+Green+Blue) = 234+223+89=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF59 is #1520A6. Grayscale: #D3D3D3. Windows color (decimal): -1384615 or 5890026. OLE color: 5890026.
HSL color Cylindrical-coordinate representation of color #EADF59: hue angle of 55.45º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EADF59 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 89 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.08 |
| HSL | 55.45º | 0.78% | 0.63% | - |
| HSV(B) | 55.45º | 0.62% | 0.92% | - |
| XYZ | 62.12 | 70.99 | 19.88 | - |
| YUV | 211.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 89 | 0 | 0.05 | 0.62 | 0.08 | 55.45 | 0.78 | 0.63 |
| Hex | EA | DF | 59 | 0 | 5 | 3E | 8 | 37 | 4E | 3F |
| Octal | 352 | 337 | 131 | 0 | 5 | 76 | 10 | 67 | 116 | 77 |
| Binary | 11101010 | 11011111 | 1011001 | 0 | 101 | 111110 | 1000 | 110111 | 1001110 | 111111 |
Color Harmonies of #EADF59
Complementary color
Monochromatic Colors of #EADF59
Black with #EADF59
Text Example
Text Example
White with #EADF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF59; }
p { color: rgb(234,223,89); }
H1.HeaderClassName
{
color: #EADF59;
}
.AnyTagClassName
{
color: #EADF59;
}
</style>
background-color css
<style>
a { background-color: #EADF59; }
a { background-color: rgb(234,223,89); }
div.DivClassName
{
background-color: #EADF59;
}
.BgClassName
{
background-color: #EADF59;
}
</style>
border-color css
<style>
span { border-color: #EADF59; }
span { border-color: rgb(234,223,89); }
td.TdClassName
{
border-color: #EADF59;
}
.TagClassName
{
border-color: #EADF59;
}
</style>