Shades of Manz #EADD51
Tints of Manz #EADD51
RGB
CMYK
RGB Variations
Color information
#EADD51 (or 0xEADD51) is known color: Manz. HEX triplet: EA, DD and 51. RGB value is (234,221,81). Sum of RGB (Red+Green+Blue) = 234+221+81=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD51 is #1522AE. Grayscale: #D1D1D1. Windows color (decimal): -1385135 or 5365226. OLE color: 5365226.
HSL color Cylindrical-coordinate representation of color #EADD51: hue angle of 54.9º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EADD51 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 81 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.08 |
| HSL | 54.9º | 0.78% | 0.62% | - |
| HSV(B) | 54.9º | 0.65% | 0.92% | - |
| XYZ | 61.27 | 69.8 | 18.03 | - |
| YUV | 208.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 81 | 0 | 0.06 | 0.65 | 0.08 | 54.9 | 0.78 | 0.62 |
| Hex | EA | DD | 51 | 0 | 6 | 41 | 8 | 37 | 4E | 3E |
| Octal | 352 | 335 | 121 | 0 | 6 | 101 | 10 | 67 | 116 | 76 |
| Binary | 11101010 | 11011101 | 1010001 | 0 | 110 | 1000001 | 1000 | 110111 | 1001110 | 111110 |
Color Harmonies of #EADD51
Complementary color
Monochromatic Colors of #EADD51
Black with #EADD51
Text Example
Text Example
White with #EADD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD51; }
p { color: rgb(234,221,81); }
H1.HeaderClassName
{
color: #EADD51;
}
.AnyTagClassName
{
color: #EADD51;
}
</style>
background-color css
<style>
a { background-color: #EADD51; }
a { background-color: rgb(234,221,81); }
div.DivClassName
{
background-color: #EADD51;
}
.BgClassName
{
background-color: #EADD51;
}
</style>
border-color css
<style>
span { border-color: #EADD51; }
span { border-color: rgb(234,221,81); }
td.TdClassName
{
border-color: #EADD51;
}
.TagClassName
{
border-color: #EADD51;
}
</style>