Shades of Manz #EADD49
Tints of Manz #EADD49
RGB
CMYK
RGB Variations
Color information
#EADD49 (or 0xEADD49) is known color: Manz. HEX triplet: EA, DD and 49. RGB value is (234,221,73). Sum of RGB (Red+Green+Blue) = 234+221+73=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD49 is #1522B6. Grayscale: #D0D0D0. Windows color (decimal): -1385143 or 4840938. OLE color: 4840938.
HSL color Cylindrical-coordinate representation of color #EADD49: hue angle of 55.16º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EADD49 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 73 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.08 |
| HSL | 55.16º | 0.79% | 0.6% | - |
| HSV(B) | 55.16º | 0.69% | 0.92% | - |
| XYZ | 60.99 | 69.69 | 16.54 | - |
| YUV | 208.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 73 | 0 | 0.06 | 0.69 | 0.08 | 55.16 | 0.79 | 0.6 |
| Hex | EA | DD | 49 | 0 | 6 | 45 | 8 | 37 | 4F | 3C |
| Octal | 352 | 335 | 111 | 0 | 6 | 105 | 10 | 67 | 117 | 74 |
| Binary | 11101010 | 11011101 | 1001001 | 0 | 110 | 1000101 | 1000 | 110111 | 1001111 | 111100 |
Color Harmonies of #EADD49
Complementary color
Monochromatic Colors of #EADD49
Black with #EADD49
Text Example
Text Example
White with #EADD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD49; }
p { color: rgb(234,221,73); }
H1.HeaderClassName
{
color: #EADD49;
}
.AnyTagClassName
{
color: #EADD49;
}
</style>
background-color css
<style>
a { background-color: #EADD49; }
a { background-color: rgb(234,221,73); }
div.DivClassName
{
background-color: #EADD49;
}
.BgClassName
{
background-color: #EADD49;
}
</style>
border-color css
<style>
span { border-color: #EADD49; }
span { border-color: rgb(234,221,73); }
td.TdClassName
{
border-color: #EADD49;
}
.TagClassName
{
border-color: #EADD49;
}
</style>