Shades of Manz #EADD63
Tints of Manz #EADD63
RGB
CMYK
RGB Variations
Color information
#EADD63 (or 0xEADD63) is known color: Manz. HEX triplet: EA, DD and 63. RGB value is (234,221,99). Sum of RGB (Red+Green+Blue) = 234+221+99=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD63 is #15229C. Grayscale: #D3D3D3. Windows color (decimal): -1385117 or 6544874. OLE color: 6544874.
HSL color Cylindrical-coordinate representation of color #EADD63: hue angle of 54.22º 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 #EADD63 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 99 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.08 |
| HSL | 54.22º | 0.76% | 0.65% | - |
| HSV(B) | 54.22º | 0.58% | 0.92% | - |
| XYZ | 62.04 | 70.11 | 22.07 | - |
| YUV | 210.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 99 | 0 | 0.06 | 0.58 | 0.08 | 54.22 | 0.76 | 0.65 |
| Hex | EA | DD | 63 | 0 | 6 | 3A | 8 | 36 | 4C | 41 |
| Octal | 352 | 335 | 143 | 0 | 6 | 72 | 10 | 66 | 114 | 101 |
| Binary | 11101010 | 11011101 | 1100011 | 0 | 110 | 111010 | 1000 | 110110 | 1001100 | 1000001 |
Color Harmonies of #EADD63
Complementary color
Monochromatic Colors of #EADD63
Black with #EADD63
Text Example
Text Example
White with #EADD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD63; }
p { color: rgb(234,221,99); }
H1.HeaderClassName
{
color: #EADD63;
}
.AnyTagClassName
{
color: #EADD63;
}
</style>
background-color css
<style>
a { background-color: #EADD63; }
a { background-color: rgb(234,221,99); }
div.DivClassName
{
background-color: #EADD63;
}
.BgClassName
{
background-color: #EADD63;
}
</style>
border-color css
<style>
span { border-color: #EADD63; }
span { border-color: rgb(234,221,99); }
td.TdClassName
{
border-color: #EADD63;
}
.TagClassName
{
border-color: #EADD63;
}
</style>