Shades of Manz #EADB63
Tints of Manz #EADB63
RGB
CMYK
RGB Variations
Color information
#EADB63 (or 0xEADB63) is known color: Manz. HEX triplet: EA, DB and 63. RGB value is (234,219,99). Sum of RGB (Red+Green+Blue) = 234+219+99=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB63 is #15249C. Grayscale: #D2D2D2. Windows color (decimal): -1385629 or 6544362. OLE color: 6544362.
HSL color Cylindrical-coordinate representation of color #EADB63: hue angle of 53.33º 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 #EADB63 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 99 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.08 |
| HSL | 53.33º | 0.76% | 0.65% | - |
| HSV(B) | 53.33º | 0.58% | 0.92% | - |
| XYZ | 61.52 | 69.06 | 21.89 | - |
| YUV | 209.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 99 | 0 | 0.06 | 0.58 | 0.08 | 53.33 | 0.76 | 0.65 |
| Hex | EA | DB | 63 | 0 | 6 | 3A | 8 | 35 | 4C | 41 |
| Octal | 352 | 333 | 143 | 0 | 6 | 72 | 10 | 65 | 114 | 101 |
| Binary | 11101010 | 11011011 | 1100011 | 0 | 110 | 111010 | 1000 | 110101 | 1001100 | 1000001 |
Color Harmonies of #EADB63
Complementary color
Monochromatic Colors of #EADB63
Black with #EADB63
Text Example
Text Example
White with #EADB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB63; }
p { color: rgb(234,219,99); }
H1.HeaderClassName
{
color: #EADB63;
}
.AnyTagClassName
{
color: #EADB63;
}
</style>
background-color css
<style>
a { background-color: #EADB63; }
a { background-color: rgb(234,219,99); }
div.DivClassName
{
background-color: #EADB63;
}
.BgClassName
{
background-color: #EADB63;
}
</style>
border-color css
<style>
span { border-color: #EADB63; }
span { border-color: rgb(234,219,99); }
td.TdClassName
{
border-color: #EADB63;
}
.TagClassName
{
border-color: #EADB63;
}
</style>