Shades of Manz #EADC49
Tints of Manz #EADC49
RGB
CMYK
RGB Variations
Color information
#EADC49 (or 0xEADC49) is known color: Manz. HEX triplet: EA, DC and 49. RGB value is (234,220,73). Sum of RGB (Red+Green+Blue) = 234+220+73=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC49 is #1523B6. Grayscale: #D0D0D0. Windows color (decimal): -1385399 or 4840682. OLE color: 4840682.
HSL color Cylindrical-coordinate representation of color #EADC49: hue angle of 54.78º 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 #EADC49 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 73 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.08 |
| HSL | 54.78º | 0.79% | 0.6% | - |
| HSV(B) | 54.78º | 0.69% | 0.92% | - |
| XYZ | 60.73 | 69.16 | 16.45 | - |
| YUV | 207.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 73 | 0 | 0.06 | 0.69 | 0.08 | 54.78 | 0.79 | 0.6 |
| Hex | EA | DC | 49 | 0 | 6 | 45 | 8 | 37 | 4F | 3C |
| Octal | 352 | 334 | 111 | 0 | 6 | 105 | 10 | 67 | 117 | 74 |
| Binary | 11101010 | 11011100 | 1001001 | 0 | 110 | 1000101 | 1000 | 110111 | 1001111 | 111100 |
Color Harmonies of #EADC49
Complementary color
Monochromatic Colors of #EADC49
Black with #EADC49
Text Example
Text Example
White with #EADC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC49; }
p { color: rgb(234,220,73); }
H1.HeaderClassName
{
color: #EADC49;
}
.AnyTagClassName
{
color: #EADC49;
}
</style>
background-color css
<style>
a { background-color: #EADC49; }
a { background-color: rgb(234,220,73); }
div.DivClassName
{
background-color: #EADC49;
}
.BgClassName
{
background-color: #EADC49;
}
</style>
border-color css
<style>
span { border-color: #EADC49; }
span { border-color: rgb(234,220,73); }
td.TdClassName
{
border-color: #EADC49;
}
.TagClassName
{
border-color: #EADC49;
}
</style>