Shades of Manz #EADB58
Tints of Manz #EADB58
RGB
CMYK
RGB Variations
Color information
#EADB58 (or 0xEADB58) is known color: Manz. HEX triplet: EA, DB and 58. RGB value is (234,219,88). Sum of RGB (Red+Green+Blue) = 234+219+88=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB58 is #1524A7. Grayscale: #D1D1D1. Windows color (decimal): -1385640 or 5823466. OLE color: 5823466.
HSL color Cylindrical-coordinate representation of color #EADB58: hue angle of 53.84º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EADB58 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 88 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.08 |
| HSL | 53.84º | 0.78% | 0.63% | - |
| HSV(B) | 53.84º | 0.62% | 0.92% | - |
| XYZ | 61.02 | 68.86 | 19.31 | - |
| YUV | 208.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 88 | 0 | 0.06 | 0.62 | 0.08 | 53.84 | 0.78 | 0.63 |
| Hex | EA | DB | 58 | 0 | 6 | 3E | 8 | 36 | 4E | 3F |
| Octal | 352 | 333 | 130 | 0 | 6 | 76 | 10 | 66 | 116 | 77 |
| Binary | 11101010 | 11011011 | 1011000 | 0 | 110 | 111110 | 1000 | 110110 | 1001110 | 111111 |
Color Harmonies of #EADB58
Complementary color
Monochromatic Colors of #EADB58
Black with #EADB58
Text Example
Text Example
White with #EADB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADB58; }
p { color: rgb(234,219,88); }
H1.HeaderClassName
{
color: #EADB58;
}
.AnyTagClassName
{
color: #EADB58;
}
</style>
background-color css
<style>
a { background-color: #EADB58; }
a { background-color: rgb(234,219,88); }
div.DivClassName
{
background-color: #EADB58;
}
.BgClassName
{
background-color: #EADB58;
}
</style>
border-color css
<style>
span { border-color: #EADB58; }
span { border-color: rgb(234,219,88); }
td.TdClassName
{
border-color: #EADB58;
}
.TagClassName
{
border-color: #EADB58;
}
</style>