Shades of Manz #EADE5C
Tints of Manz #EADE5C
RGB
CMYK
RGB Variations
Color information
#EADE5C (or 0xEADE5C) is known color: Manz. HEX triplet: EA, DE and 5C. RGB value is (234,222,92). Sum of RGB (Red+Green+Blue) = 234+222+92=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE5C is #1521A3. Grayscale: #D3D3D3. Windows color (decimal): -1384868 or 6086378. OLE color: 6086378.
HSL color Cylindrical-coordinate representation of color #EADE5C: hue angle of 54.93º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EADE5C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 92 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.08 |
| HSL | 54.93º | 0.77% | 0.64% | - |
| HSV(B) | 54.93º | 0.61% | 0.92% | - |
| XYZ | 61.98 | 70.51 | 20.47 | - |
| YUV | 210.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 92 | 0 | 0.05 | 0.61 | 0.08 | 54.93 | 0.77 | 0.64 |
| Hex | EA | DE | 5C | 0 | 5 | 3D | 8 | 37 | 4D | 40 |
| Octal | 352 | 336 | 134 | 0 | 5 | 75 | 10 | 67 | 115 | 100 |
| Binary | 11101010 | 11011110 | 1011100 | 0 | 101 | 111101 | 1000 | 110111 | 1001101 | 1000000 |
Color Harmonies of #EADE5C
Complementary color
Monochromatic Colors of #EADE5C
Black with #EADE5C
Text Example
Text Example
White with #EADE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE5C; }
p { color: rgb(234,222,92); }
H1.HeaderClassName
{
color: #EADE5C;
}
.AnyTagClassName
{
color: #EADE5C;
}
</style>
background-color css
<style>
a { background-color: #EADE5C; }
a { background-color: rgb(234,222,92); }
div.DivClassName
{
background-color: #EADE5C;
}
.BgClassName
{
background-color: #EADE5C;
}
</style>
border-color css
<style>
span { border-color: #EADE5C; }
span { border-color: rgb(234,222,92); }
td.TdClassName
{
border-color: #EADE5C;
}
.TagClassName
{
border-color: #EADE5C;
}
</style>