Shades of Manz #EADD5C
Tints of Manz #EADD5C
RGB
CMYK
RGB Variations
Color information
#EADD5C (or 0xEADD5C) is known color: Manz. HEX triplet: EA, DD and 5C. RGB value is (234,221,92). Sum of RGB (Red+Green+Blue) = 234+221+92=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD5C is #1522A3. Grayscale: #D2D2D2. Windows color (decimal): -1385124 or 6086122. OLE color: 6086122.
HSL color Cylindrical-coordinate representation of color #EADD5C: hue angle of 54.51º 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 #EADD5C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 92 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.08 |
| HSL | 54.51º | 0.77% | 0.64% | - |
| HSV(B) | 54.51º | 0.61% | 0.92% | - |
| XYZ | 61.72 | 69.98 | 20.38 | - |
| YUV | 210.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 92 | 0 | 0.06 | 0.61 | 0.08 | 54.51 | 0.77 | 0.64 |
| Hex | EA | DD | 5C | 0 | 6 | 3D | 8 | 37 | 4D | 40 |
| Octal | 352 | 335 | 134 | 0 | 6 | 75 | 10 | 67 | 115 | 100 |
| Binary | 11101010 | 11011101 | 1011100 | 0 | 110 | 111101 | 1000 | 110111 | 1001101 | 1000000 |
Color Harmonies of #EADD5C
Complementary color
Monochromatic Colors of #EADD5C
Black with #EADD5C
Text Example
Text Example
White with #EADD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD5C; }
p { color: rgb(234,221,92); }
H1.HeaderClassName
{
color: #EADD5C;
}
.AnyTagClassName
{
color: #EADD5C;
}
</style>
background-color css
<style>
a { background-color: #EADD5C; }
a { background-color: rgb(234,221,92); }
div.DivClassName
{
background-color: #EADD5C;
}
.BgClassName
{
background-color: #EADD5C;
}
</style>
border-color css
<style>
span { border-color: #EADD5C; }
span { border-color: rgb(234,221,92); }
td.TdClassName
{
border-color: #EADD5C;
}
.TagClassName
{
border-color: #EADD5C;
}
</style>