Shades of Manz #EADD53
Tints of Manz #EADD53
RGB
CMYK
RGB Variations
Color information
#EADD53 (or 0xEADD53) is known color: Manz. HEX triplet: EA, DD and 53. RGB value is (234,221,83). Sum of RGB (Red+Green+Blue) = 234+221+83=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD53 is #1522AC. Grayscale: #D1D1D1. Windows color (decimal): -1385133 or 5496298. OLE color: 5496298.
HSL color Cylindrical-coordinate representation of color #EADD53: hue angle of 54.83º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EADD53 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 83 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.08 |
| HSL | 54.83º | 0.78% | 0.62% | - |
| HSV(B) | 54.83º | 0.65% | 0.92% | - |
| XYZ | 61.35 | 69.83 | 18.43 | - |
| YUV | 209.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 83 | 0 | 0.06 | 0.65 | 0.08 | 54.83 | 0.78 | 0.62 |
| Hex | EA | DD | 53 | 0 | 6 | 41 | 8 | 37 | 4E | 3E |
| Octal | 352 | 335 | 123 | 0 | 6 | 101 | 10 | 67 | 116 | 76 |
| Binary | 11101010 | 11011101 | 1010011 | 0 | 110 | 1000001 | 1000 | 110111 | 1001110 | 111110 |
Color Harmonies of #EADD53
Complementary color
Monochromatic Colors of #EADD53
Black with #EADD53
Text Example
Text Example
White with #EADD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD53; }
p { color: rgb(234,221,83); }
H1.HeaderClassName
{
color: #EADD53;
}
.AnyTagClassName
{
color: #EADD53;
}
</style>
background-color css
<style>
a { background-color: #EADD53; }
a { background-color: rgb(234,221,83); }
div.DivClassName
{
background-color: #EADD53;
}
.BgClassName
{
background-color: #EADD53;
}
</style>
border-color css
<style>
span { border-color: #EADD53; }
span { border-color: rgb(234,221,83); }
td.TdClassName
{
border-color: #EADD53;
}
.TagClassName
{
border-color: #EADD53;
}
</style>