Shades of Manz #EADD4E
Tints of Manz #EADD4E
RGB
CMYK
RGB Variations
Color information
#EADD4E (or 0xEADD4E) is known color: Manz. HEX triplet: EA, DD and 4E. RGB value is (234,221,78). Sum of RGB (Red+Green+Blue) = 234+221+78=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD4E is #1522B1. Grayscale: #D1D1D1. Windows color (decimal): -1385138 or 5168618. OLE color: 5168618.
HSL color Cylindrical-coordinate representation of color #EADD4E: hue angle of 55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EADD4E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 78 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.08 |
| HSL | 55º | 0.79% | 0.61% | - |
| HSV(B) | 55º | 0.67% | 0.92% | - |
| XYZ | 61.16 | 69.76 | 17.45 | - |
| YUV | 208.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 78 | 0 | 0.06 | 0.67 | 0.08 | 55 | 0.79 | 0.61 |
| Hex | EA | DD | 4E | 0 | 6 | 43 | 8 | 37 | 4F | 3D |
| Octal | 352 | 335 | 116 | 0 | 6 | 103 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011101 | 1001110 | 0 | 110 | 1000011 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADD4E
Complementary color
Monochromatic Colors of #EADD4E
Black with #EADD4E
Text Example
Text Example
White with #EADD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD4E; }
p { color: rgb(234,221,78); }
H1.HeaderClassName
{
color: #EADD4E;
}
.AnyTagClassName
{
color: #EADD4E;
}
</style>
background-color css
<style>
a { background-color: #EADD4E; }
a { background-color: rgb(234,221,78); }
div.DivClassName
{
background-color: #EADD4E;
}
.BgClassName
{
background-color: #EADD4E;
}
</style>
border-color css
<style>
span { border-color: #EADD4E; }
span { border-color: rgb(234,221,78); }
td.TdClassName
{
border-color: #EADD4E;
}
.TagClassName
{
border-color: #EADD4E;
}
</style>