Shades of Manz #EADB50
Tints of Manz #EADB50
RGB
CMYK
RGB Variations
Color information
#EADB50 (or 0xEADB50) is known color: Manz. HEX triplet: EA, DB and 50. RGB value is (234,219,80). Sum of RGB (Red+Green+Blue) = 234+219+80=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB50 is #1524AF. Grayscale: #D0D0D0. Windows color (decimal): -1385648 or 5299178. OLE color: 5299178.
HSL color Cylindrical-coordinate representation of color #EADB50: hue angle of 54.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EADB50 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 80 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.08 |
| HSL | 54.16º | 0.79% | 0.62% | - |
| HSV(B) | 54.16º | 0.66% | 0.92% | - |
| XYZ | 60.71 | 68.73 | 17.66 | - |
| YUV | 207.64 | 55.97 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 80 | 0 | 0.06 | 0.66 | 0.08 | 54.16 | 0.79 | 0.62 |
| Hex | EA | DB | 50 | 0 | 6 | 42 | 8 | 36 | 4F | 3E |
| Octal | 352 | 333 | 120 | 0 | 6 | 102 | 10 | 66 | 117 | 76 |
| Binary | 11101010 | 11011011 | 1010000 | 0 | 110 | 1000010 | 1000 | 110110 | 1001111 | 111110 |
Color Harmonies of #EADB50
Complementary color
Monochromatic Colors of #EADB50
Black with #EADB50
Text Example
Text Example
White with #EADB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB50; }
p { color: rgb(234,219,80); }
H1.HeaderClassName
{
color: #EADB50;
}
.AnyTagClassName
{
color: #EADB50;
}
</style>
background-color css
<style>
a { background-color: #EADB50; }
a { background-color: rgb(234,219,80); }
div.DivClassName
{
background-color: #EADB50;
}
.BgClassName
{
background-color: #EADB50;
}
</style>
border-color css
<style>
span { border-color: #EADB50; }
span { border-color: rgb(234,219,80); }
td.TdClassName
{
border-color: #EADB50;
}
.TagClassName
{
border-color: #EADB50;
}
</style>