Shades of Manz #EADE63
Tints of Manz #EADE63
RGB
CMYK
RGB Variations
Color information
#EADE63 (or 0xEADE63) is known color: Manz. HEX triplet: EA, DE and 63. RGB value is (234,222,99). Sum of RGB (Red+Green+Blue) = 234+222+99=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE63 is #15219C. Grayscale: #D4D4D4. Windows color (decimal): -1384861 or 6545130. OLE color: 6545130.
HSL color Cylindrical-coordinate representation of color #EADE63: hue angle of 54.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EADE63 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 99 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.08 |
| HSL | 54.67º | 0.76% | 0.65% | - |
| HSV(B) | 54.67º | 0.58% | 0.92% | - |
| XYZ | 62.31 | 70.64 | 22.15 | - |
| YUV | 211.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 99 | 0 | 0.05 | 0.58 | 0.08 | 54.67 | 0.76 | 0.65 |
| Hex | EA | DE | 63 | 0 | 5 | 3A | 8 | 37 | 4C | 41 |
| Octal | 352 | 336 | 143 | 0 | 5 | 72 | 10 | 67 | 114 | 101 |
| Binary | 11101010 | 11011110 | 1100011 | 0 | 101 | 111010 | 1000 | 110111 | 1001100 | 1000001 |
Color Harmonies of #EADE63
Complementary color
Monochromatic Colors of #EADE63
Black with #EADE63
Text Example
Text Example
White with #EADE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE63; }
p { color: rgb(234,222,99); }
H1.HeaderClassName
{
color: #EADE63;
}
.AnyTagClassName
{
color: #EADE63;
}
</style>
background-color css
<style>
a { background-color: #EADE63; }
a { background-color: rgb(234,222,99); }
div.DivClassName
{
background-color: #EADE63;
}
.BgClassName
{
background-color: #EADE63;
}
</style>
border-color css
<style>
span { border-color: #EADE63; }
span { border-color: rgb(234,222,99); }
td.TdClassName
{
border-color: #EADE63;
}
.TagClassName
{
border-color: #EADE63;
}
</style>