Shades of Manz #EADC5F
Tints of Manz #EADC5F
RGB
CMYK
RGB Variations
Color information
#EADC5F (or 0xEADC5F) is known color: Manz. HEX triplet: EA, DC and 5F. RGB value is (234,220,95). Sum of RGB (Red+Green+Blue) = 234+220+95=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC5F is #1523A0. Grayscale: #D2D2D2. Windows color (decimal): -1385377 or 6282474. OLE color: 6282474.
HSL color Cylindrical-coordinate representation of color #EADC5F: hue angle of 53.96º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EADC5F is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 95 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.08 |
| HSL | 53.96º | 0.77% | 0.65% | - |
| HSV(B) | 53.96º | 0.59% | 0.92% | - |
| XYZ | 61.59 | 69.51 | 21 | - |
| YUV | 209.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 95 | 0 | 0.06 | 0.59 | 0.08 | 53.96 | 0.77 | 0.65 |
| Hex | EA | DC | 5F | 0 | 6 | 3B | 8 | 36 | 4D | 41 |
| Octal | 352 | 334 | 137 | 0 | 6 | 73 | 10 | 66 | 115 | 101 |
| Binary | 11101010 | 11011100 | 1011111 | 0 | 110 | 111011 | 1000 | 110110 | 1001101 | 1000001 |
Color Harmonies of #EADC5F
Complementary color
Monochromatic Colors of #EADC5F
Black with #EADC5F
Text Example
Text Example
White with #EADC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC5F; }
p { color: rgb(234,220,95); }
H1.HeaderClassName
{
color: #EADC5F;
}
.AnyTagClassName
{
color: #EADC5F;
}
</style>
background-color css
<style>
a { background-color: #EADC5F; }
a { background-color: rgb(234,220,95); }
div.DivClassName
{
background-color: #EADC5F;
}
.BgClassName
{
background-color: #EADC5F;
}
</style>
border-color css
<style>
span { border-color: #EADC5F; }
span { border-color: rgb(234,220,95); }
td.TdClassName
{
border-color: #EADC5F;
}
.TagClassName
{
border-color: #EADC5F;
}
</style>