Shades of Manz #EADE4C
Tints of Manz #EADE4C
RGB
CMYK
RGB Variations
Color information
#EADE4C (or 0xEADE4C) is known color: Manz. HEX triplet: EA, DE and 4C. RGB value is (234,222,76). Sum of RGB (Red+Green+Blue) = 234+222+76=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 76 (30.08% from 255 or 14.29% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE4C is #1521B3. Grayscale: #D1D1D1. Windows color (decimal): -1384884 or 5037802. OLE color: 5037802.
HSL color Cylindrical-coordinate representation of color #EADE4C: hue angle of 55.44º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EADE4C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 76 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.08 |
| HSL | 55.44º | 0.79% | 0.61% | - |
| HSV(B) | 55.44º | 0.68% | 0.92% | - |
| XYZ | 61.36 | 70.26 | 17.16 | - |
| YUV | 208.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 76 | 0 | 0.05 | 0.68 | 0.08 | 55.44 | 0.79 | 0.61 |
| Hex | EA | DE | 4C | 0 | 5 | 44 | 8 | 37 | 4F | 3D |
| Octal | 352 | 336 | 114 | 0 | 5 | 104 | 10 | 67 | 117 | 75 |
| Binary | 11101010 | 11011110 | 1001100 | 0 | 101 | 1000100 | 1000 | 110111 | 1001111 | 111101 |
Color Harmonies of #EADE4C
Complementary color
Monochromatic Colors of #EADE4C
Black with #EADE4C
Text Example
Text Example
White with #EADE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE4C; }
p { color: rgb(234,222,76); }
H1.HeaderClassName
{
color: #EADE4C;
}
.AnyTagClassName
{
color: #EADE4C;
}
</style>
background-color css
<style>
a { background-color: #EADE4C; }
a { background-color: rgb(234,222,76); }
div.DivClassName
{
background-color: #EADE4C;
}
.BgClassName
{
background-color: #EADE4C;
}
</style>
border-color css
<style>
span { border-color: #EADE4C; }
span { border-color: rgb(234,222,76); }
td.TdClassName
{
border-color: #EADE4C;
}
.TagClassName
{
border-color: #EADE4C;
}
</style>