Shades of Manz #EADC64
Tints of Manz #EADC64
RGB
CMYK
RGB Variations
Color information
#EADC64 (or 0xEADC64) is known color: Manz. HEX triplet: EA, DC and 64. RGB value is (234,220,100). Sum of RGB (Red+Green+Blue) = 234+220+100=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 100 (39.45% from 255 or 18.05% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC64 is #15239B. Grayscale: #D3D3D3. Windows color (decimal): -1385372 or 6610154. OLE color: 6610154.
HSL color Cylindrical-coordinate representation of color #EADC64: hue angle of 53.73º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EADC64 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 100 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.08 |
| HSL | 53.73º | 0.76% | 0.65% | - |
| HSV(B) | 53.73º | 0.57% | 0.92% | - |
| XYZ | 61.83 | 69.6 | 22.23 | - |
| YUV | 210.51 | 65.64 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 100 | 0 | 0.06 | 0.57 | 0.08 | 53.73 | 0.76 | 0.65 |
| Hex | EA | DC | 64 | 0 | 6 | 39 | 8 | 36 | 4C | 41 |
| Octal | 352 | 334 | 144 | 0 | 6 | 71 | 10 | 66 | 114 | 101 |
| Binary | 11101010 | 11011100 | 1100100 | 0 | 110 | 111001 | 1000 | 110110 | 1001100 | 1000001 |
Color Harmonies of #EADC64
Complementary color
Monochromatic Colors of #EADC64
Black with #EADC64
Text Example
Text Example
White with #EADC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC64; }
p { color: rgb(234,220,100); }
H1.HeaderClassName
{
color: #EADC64;
}
.AnyTagClassName
{
color: #EADC64;
}
</style>
background-color css
<style>
a { background-color: #EADC64; }
a { background-color: rgb(234,220,100); }
div.DivClassName
{
background-color: #EADC64;
}
.BgClassName
{
background-color: #EADC64;
}
</style>
border-color css
<style>
span { border-color: #EADC64; }
span { border-color: rgb(234,220,100); }
td.TdClassName
{
border-color: #EADC64;
}
.TagClassName
{
border-color: #EADC64;
}
</style>