Shades of Manz #EADB4F
Tints of Manz #EADB4F
RGB
CMYK
RGB Variations
Color information
#EADB4F (or 0xEADB4F) is known color: Manz. HEX triplet: EA, DB and 4F. RGB value is (234,219,79). Sum of RGB (Red+Green+Blue) = 234+219+79=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB4F is #1524B0. Grayscale: #D0D0D0. Windows color (decimal): -1385649 or 5233642. OLE color: 5233642.
HSL color Cylindrical-coordinate representation of color #EADB4F: hue angle of 54.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EADB4F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 79 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.08 |
| HSL | 54.19º | 0.79% | 0.61% | - |
| HSV(B) | 54.19º | 0.66% | 0.92% | - |
| XYZ | 60.67 | 68.72 | 17.46 | - |
| YUV | 207.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 79 | 0 | 0.06 | 0.66 | 0.08 | 54.19 | 0.79 | 0.61 |
| Hex | EA | DB | 4F | 0 | 6 | 42 | 8 | 36 | 4F | 3D |
| Octal | 352 | 333 | 117 | 0 | 6 | 102 | 10 | 66 | 117 | 75 |
| Binary | 11101010 | 11011011 | 1001111 | 0 | 110 | 1000010 | 1000 | 110110 | 1001111 | 111101 |
Color Harmonies of #EADB4F
Complementary color
Monochromatic Colors of #EADB4F
Black with #EADB4F
Text Example
Text Example
White with #EADB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB4F; }
p { color: rgb(234,219,79); }
H1.HeaderClassName
{
color: #EADB4F;
}
.AnyTagClassName
{
color: #EADB4F;
}
</style>
background-color css
<style>
a { background-color: #EADB4F; }
a { background-color: rgb(234,219,79); }
div.DivClassName
{
background-color: #EADB4F;
}
.BgClassName
{
background-color: #EADB4F;
}
</style>
border-color css
<style>
span { border-color: #EADB4F; }
span { border-color: rgb(234,219,79); }
td.TdClassName
{
border-color: #EADB4F;
}
.TagClassName
{
border-color: #EADB4F;
}
</style>