Shades of Manz #E4DA5B
Tints of Manz #E4DA5B
RGB
CMYK
RGB Variations
Color information
#E4DA5B (or 0xE4DA5B) is known color: Manz. HEX triplet: E4, DA and 5B. RGB value is (228,218,91). Sum of RGB (Red+Green+Blue) = 228+218+91=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DA5B is #1B25A4. Grayscale: #CFCFCF. Windows color (decimal): -1779109 or 6019812. OLE color: 6019812.
HSL color Cylindrical-coordinate representation of color #E4DA5B: hue angle of 55.62º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4DA5B is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 218 | 91 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.11 |
| HSL | 55.62º | 0.72% | 0.63% | - |
| HSV(B) | 55.62º | 0.6% | 0.89% | - |
| XYZ | 58.95 | 67.39 | 19.8 | - |
| YUV | 206.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 218 | 91 | 0 | 0.04 | 0.60 | 0.11 | 55.62 | 0.72 | 0.63 |
| Hex | E4 | DA | 5B | 0 | 4 | 3C | B | 38 | 48 | 3F |
| Octal | 344 | 332 | 133 | 0 | 4 | 74 | 13 | 70 | 110 | 77 |
| Binary | 11100100 | 11011010 | 1011011 | 0 | 100 | 111100 | 1011 | 111000 | 1001000 | 111111 |
Color Harmonies of #E4DA5B
Complementary color
Monochromatic Colors of #E4DA5B
Black with #E4DA5B
Text Example
Text Example
White with #E4DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DA5B; }
p { color: rgb(228,218,91); }
H1.HeaderClassName
{
color: #E4DA5B;
}
.AnyTagClassName
{
color: #E4DA5B;
}
</style>
background-color css
<style>
a { background-color: #E4DA5B; }
a { background-color: rgb(228,218,91); }
div.DivClassName
{
background-color: #E4DA5B;
}
.BgClassName
{
background-color: #E4DA5B;
}
</style>
border-color css
<style>
span { border-color: #E4DA5B; }
span { border-color: rgb(228,218,91); }
td.TdClassName
{
border-color: #E4DA5B;
}
.TagClassName
{
border-color: #E4DA5B;
}
</style>