Shades of Manz #EADB4D
Tints of Manz #EADB4D
RGB
CMYK
RGB Variations
Color information
#EADB4D (or 0xEADB4D) is known color: Manz. HEX triplet: EA, DB and 4D. RGB value is (234,219,77). Sum of RGB (Red+Green+Blue) = 234+219+77=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB4D is #1524B2. Grayscale: #CFCFCF. Windows color (decimal): -1385651 or 5102570. OLE color: 5102570.
HSL color Cylindrical-coordinate representation of color #EADB4D: hue angle of 54.27º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EADB4D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 77 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.08 |
| HSL | 54.27º | 0.79% | 0.61% | - |
| HSV(B) | 54.27º | 0.67% | 0.92% | - |
| XYZ | 60.6 | 68.69 | 17.09 | - |
| YUV | 207.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 77 | 0 | 0.06 | 0.67 | 0.08 | 54.27 | 0.79 | 0.61 |
| Hex | EA | DB | 4D | 0 | 6 | 43 | 8 | 36 | 4F | 3D |
| Octal | 352 | 333 | 115 | 0 | 6 | 103 | 10 | 66 | 117 | 75 |
| Binary | 11101010 | 11011011 | 1001101 | 0 | 110 | 1000011 | 1000 | 110110 | 1001111 | 111101 |
Color Harmonies of #EADB4D
Complementary color
Monochromatic Colors of #EADB4D
Black with #EADB4D
Text Example
Text Example
White with #EADB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB4D; }
p { color: rgb(234,219,77); }
H1.HeaderClassName
{
color: #EADB4D;
}
.AnyTagClassName
{
color: #EADB4D;
}
</style>
background-color css
<style>
a { background-color: #EADB4D; }
a { background-color: rgb(234,219,77); }
div.DivClassName
{
background-color: #EADB4D;
}
.BgClassName
{
background-color: #EADB4D;
}
</style>
border-color css
<style>
span { border-color: #EADB4D; }
span { border-color: rgb(234,219,77); }
td.TdClassName
{
border-color: #EADB4D;
}
.TagClassName
{
border-color: #EADB4D;
}
</style>