Shades of Manz #EADD4D
Tints of Manz #EADD4D
RGB
CMYK
RGB Variations
Color information
#EADD4D (or 0xEADD4D) is known color: Manz. HEX triplet: EA, DD and 4D. RGB value is (234,221,77). Sum of RGB (Red+Green+Blue) = 234+221+77=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD4D is #1522B2. Grayscale: #D1D1D1. Windows color (decimal): -1385139 or 5103082. OLE color: 5103082.
HSL color Cylindrical-coordinate representation of color #EADD4D: hue angle of 55.03º 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 #EADD4D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 77 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.08 |
| HSL | 55.03º | 0.79% | 0.61% | - |
| HSV(B) | 55.03º | 0.67% | 0.92% | - |
| XYZ | 61.13 | 69.74 | 17.26 | - |
| YUV | 208.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 77 | 0 | 0.06 | 0.67 | 0.08 | 55.03 | 0.79 | 0.61 |
| Hex | EA | DD | 4D | 0 | 6 | 43 | 8 | 37 | 4F | 3D |
| Octal | 352 | 335 | 115 | 0 | 6 | 103 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011101 | 1001101 | 0 | 110 | 1000011 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADD4D
Complementary color
Monochromatic Colors of #EADD4D
Black with #EADD4D
Text Example
Text Example
White with #EADD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD4D; }
p { color: rgb(234,221,77); }
H1.HeaderClassName
{
color: #EADD4D;
}
.AnyTagClassName
{
color: #EADD4D;
}
</style>
background-color css
<style>
a { background-color: #EADD4D; }
a { background-color: rgb(234,221,77); }
div.DivClassName
{
background-color: #EADD4D;
}
.BgClassName
{
background-color: #EADD4D;
}
</style>
border-color css
<style>
span { border-color: #EADD4D; }
span { border-color: rgb(234,221,77); }
td.TdClassName
{
border-color: #EADD4D;
}
.TagClassName
{
border-color: #EADD4D;
}
</style>