Shades of Manz #EADE55
Tints of Manz #EADE55
RGB
CMYK
RGB Variations
Color information
#EADE55 (or 0xEADE55) is known color: Manz. HEX triplet: EA, DE and 55. RGB value is (234,222,85). Sum of RGB (Red+Green+Blue) = 234+222+85=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE55 is #1521AA. Grayscale: #D2D2D2. Windows color (decimal): -1384875 or 5627626. OLE color: 5627626.
HSL color Cylindrical-coordinate representation of color #EADE55: hue angle of 55.17º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EADE55 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 85 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.08 |
| HSL | 55.17º | 0.78% | 0.63% | - |
| HSV(B) | 55.17º | 0.64% | 0.92% | - |
| XYZ | 61.69 | 70.39 | 18.93 | - |
| YUV | 209.97 | 57.48 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 85 | 0 | 0.05 | 0.64 | 0.08 | 55.17 | 0.78 | 0.63 |
| Hex | EA | DE | 55 | 0 | 5 | 40 | 8 | 37 | 4E | 3F |
| Octal | 352 | 336 | 125 | 0 | 5 | 100 | 10 | 67 | 116 | 77 |
| Binary | 11101010 | 11011110 | 1010101 | 0 | 101 | 1000000 | 1000 | 110111 | 1001110 | 111111 |
Color Harmonies of #EADE55
Complementary color
Monochromatic Colors of #EADE55
Black with #EADE55
Text Example
Text Example
White with #EADE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE55; }
p { color: rgb(234,222,85); }
H1.HeaderClassName
{
color: #EADE55;
}
.AnyTagClassName
{
color: #EADE55;
}
</style>
background-color css
<style>
a { background-color: #EADE55; }
a { background-color: rgb(234,222,85); }
div.DivClassName
{
background-color: #EADE55;
}
.BgClassName
{
background-color: #EADE55;
}
</style>
border-color css
<style>
span { border-color: #EADE55; }
span { border-color: rgb(234,222,85); }
td.TdClassName
{
border-color: #EADE55;
}
.TagClassName
{
border-color: #EADE55;
}
</style>