Shades of Manz #EADC63
Tints of Manz #EADC63
RGB
CMYK
RGB Variations
Color information
#EADC63 (or 0xEADC63) is known color: Manz. HEX triplet: EA, DC and 63. RGB value is (234,220,99). Sum of RGB (Red+Green+Blue) = 234+220+99=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC63 is #15239C. Grayscale: #D2D2D2. Windows color (decimal): -1385373 or 6544618. OLE color: 6544618.
HSL color Cylindrical-coordinate representation of color #EADC63: hue angle of 53.78º 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 #EADC63 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 99 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.08 |
| HSL | 53.78º | 0.76% | 0.65% | - |
| HSV(B) | 53.78º | 0.58% | 0.92% | - |
| XYZ | 61.78 | 69.58 | 21.98 | - |
| YUV | 210.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 99 | 0 | 0.06 | 0.58 | 0.08 | 53.78 | 0.76 | 0.65 |
| Hex | EA | DC | 63 | 0 | 6 | 3A | 8 | 36 | 4C | 41 |
| Octal | 352 | 334 | 143 | 0 | 6 | 72 | 10 | 66 | 114 | 101 |
| Binary | 11101010 | 11011100 | 1100011 | 0 | 110 | 111010 | 1000 | 110110 | 1001100 | 1000001 |
Color Harmonies of #EADC63
Complementary color
Monochromatic Colors of #EADC63
Black with #EADC63
Text Example
Text Example
White with #EADC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC63; }
p { color: rgb(234,220,99); }
H1.HeaderClassName
{
color: #EADC63;
}
.AnyTagClassName
{
color: #EADC63;
}
</style>
background-color css
<style>
a { background-color: #EADC63; }
a { background-color: rgb(234,220,99); }
div.DivClassName
{
background-color: #EADC63;
}
.BgClassName
{
background-color: #EADC63;
}
</style>
border-color css
<style>
span { border-color: #EADC63; }
span { border-color: rgb(234,220,99); }
td.TdClassName
{
border-color: #EADC63;
}
.TagClassName
{
border-color: #EADC63;
}
</style>