Shades of Manz #EADD4F
Tints of Manz #EADD4F
RGB
CMYK
RGB Variations
Color information
#EADD4F (or 0xEADD4F) is known color: Manz. HEX triplet: EA, DD and 4F. RGB value is (234,221,79). Sum of RGB (Red+Green+Blue) = 234+221+79=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD4F is #1522B0. Grayscale: #D1D1D1. Windows color (decimal): -1385137 or 5234154. OLE color: 5234154.
HSL color Cylindrical-coordinate representation of color #EADD4F: hue angle of 54.97º 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 #EADD4F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 79 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.08 |
| HSL | 54.97º | 0.79% | 0.61% | - |
| HSV(B) | 54.97º | 0.66% | 0.92% | - |
| XYZ | 61.2 | 69.77 | 17.64 | - |
| YUV | 208.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 79 | 0 | 0.06 | 0.66 | 0.08 | 54.97 | 0.79 | 0.61 |
| Hex | EA | DD | 4F | 0 | 6 | 42 | 8 | 37 | 4F | 3D |
| Octal | 352 | 335 | 117 | 0 | 6 | 102 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011101 | 1001111 | 0 | 110 | 1000010 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADD4F
Complementary color
Monochromatic Colors of #EADD4F
Black with #EADD4F
Text Example
Text Example
White with #EADD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD4F; }
p { color: rgb(234,221,79); }
H1.HeaderClassName
{
color: #EADD4F;
}
.AnyTagClassName
{
color: #EADD4F;
}
</style>
background-color css
<style>
a { background-color: #EADD4F; }
a { background-color: rgb(234,221,79); }
div.DivClassName
{
background-color: #EADD4F;
}
.BgClassName
{
background-color: #EADD4F;
}
</style>
border-color css
<style>
span { border-color: #EADD4F; }
span { border-color: rgb(234,221,79); }
td.TdClassName
{
border-color: #EADD4F;
}
.TagClassName
{
border-color: #EADD4F;
}
</style>