Shades of Manz #EADC53
Tints of Manz #EADC53
RGB
CMYK
RGB Variations
Color information
#EADC53 (or 0xEADC53) is known color: Manz. HEX triplet: EA, DC and 53. RGB value is (234,220,83). Sum of RGB (Red+Green+Blue) = 234+220+83=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC53 is #1523AC. Grayscale: #D1D1D1. Windows color (decimal): -1385389 or 5496042. OLE color: 5496042.
HSL color Cylindrical-coordinate representation of color #EADC53: hue angle of 54.44º 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 #EADC53 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 83 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.08 |
| HSL | 54.44º | 0.78% | 0.62% | - |
| HSV(B) | 54.44º | 0.65% | 0.92% | - |
| XYZ | 61.09 | 69.3 | 18.34 | - |
| YUV | 208.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 83 | 0 | 0.06 | 0.65 | 0.08 | 54.44 | 0.78 | 0.62 |
| Hex | EA | DC | 53 | 0 | 6 | 41 | 8 | 36 | 4E | 3E |
| Octal | 352 | 334 | 123 | 0 | 6 | 101 | 10 | 66 | 116 | 76 |
| Binary | 11101010 | 11011100 | 1010011 | 0 | 110 | 1000001 | 1000 | 110110 | 1001110 | 111110 |
Color Harmonies of #EADC53
Complementary color
Monochromatic Colors of #EADC53
Black with #EADC53
Text Example
Text Example
White with #EADC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC53; }
p { color: rgb(234,220,83); }
H1.HeaderClassName
{
color: #EADC53;
}
.AnyTagClassName
{
color: #EADC53;
}
</style>
background-color css
<style>
a { background-color: #EADC53; }
a { background-color: rgb(234,220,83); }
div.DivClassName
{
background-color: #EADC53;
}
.BgClassName
{
background-color: #EADC53;
}
</style>
border-color css
<style>
span { border-color: #EADC53; }
span { border-color: rgb(234,220,83); }
td.TdClassName
{
border-color: #EADC53;
}
.TagClassName
{
border-color: #EADC53;
}
</style>