Shades of Manz #EADD64
Tints of Manz #EADD64
RGB
CMYK
RGB Variations
Color information
#EADD64 (or 0xEADD64) is known color: Manz. HEX triplet: EA, DD and 64. RGB value is (234,221,100). Sum of RGB (Red+Green+Blue) = 234+221+100=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 100 (39.45% from 255 or 18.02% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD64 is #15229B. Grayscale: #D3D3D3. Windows color (decimal): -1385116 or 6610410. OLE color: 6610410.
HSL color Cylindrical-coordinate representation of color #EADD64: hue angle of 54.18º 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 #EADD64 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 100 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.08 |
| HSL | 54.18º | 0.76% | 0.65% | - |
| HSV(B) | 54.18º | 0.57% | 0.92% | - |
| XYZ | 62.09 | 70.13 | 22.32 | - |
| YUV | 211.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 100 | 0 | 0.06 | 0.57 | 0.08 | 54.18 | 0.76 | 0.65 |
| Hex | EA | DD | 64 | 0 | 6 | 39 | 8 | 36 | 4C | 41 |
| Octal | 352 | 335 | 144 | 0 | 6 | 71 | 10 | 66 | 114 | 101 |
| Binary | 11101010 | 11011101 | 1100100 | 0 | 110 | 111001 | 1000 | 110110 | 1001100 | 1000001 |
Color Harmonies of #EADD64
Complementary color
Monochromatic Colors of #EADD64
Black with #EADD64
Text Example
Text Example
White with #EADD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD64; }
p { color: rgb(234,221,100); }
H1.HeaderClassName
{
color: #EADD64;
}
.AnyTagClassName
{
color: #EADD64;
}
</style>
background-color css
<style>
a { background-color: #EADD64; }
a { background-color: rgb(234,221,100); }
div.DivClassName
{
background-color: #EADD64;
}
.BgClassName
{
background-color: #EADD64;
}
</style>
border-color css
<style>
span { border-color: #EADD64; }
span { border-color: rgb(234,221,100); }
td.TdClassName
{
border-color: #EADD64;
}
.TagClassName
{
border-color: #EADD64;
}
</style>