Shades of Manz #E5DA4B
Tints of Manz #E5DA4B
RGB
CMYK
RGB Variations
Color information
#E5DA4B (or 0xE5DA4B) is known color: Manz. HEX triplet: E5, DA and 4B. RGB value is (229,218,75). Sum of RGB (Red+Green+Blue) = 229+218+75=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5DA4B is #1A25B4. Grayscale: #CDCDCD. Windows color (decimal): -1713589 or 4971237. OLE color: 4971237.
HSL color Cylindrical-coordinate representation of color #E5DA4B: hue angle of 55.71º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5DA4B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 218 | 75 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.10 |
| HSL | 55.71º | 0.75% | 0.6% | - |
| HSV(B) | 55.71º | 0.67% | 0.9% | - |
| XYZ | 58.65 | 67.31 | 16.56 | - |
| YUV | 204.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 218 | 75 | 0 | 0.05 | 0.67 | 0.10 | 55.71 | 0.75 | 0.6 |
| Hex | E5 | DA | 4B | 0 | 5 | 43 | A | 38 | 4B | 3C |
| Octal | 345 | 332 | 113 | 0 | 5 | 103 | 12 | 70 | 113 | 74 |
| Binary | 11100101 | 11011010 | 1001011 | 0 | 101 | 1000011 | 1010 | 111000 | 1001011 | 111100 |
Color Harmonies of #E5DA4B
Complementary color
Monochromatic Colors of #E5DA4B
Black with #E5DA4B
Text Example
Text Example
White with #E5DA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DA4B; }
p { color: rgb(229,218,75); }
H1.HeaderClassName
{
color: #E5DA4B;
}
.AnyTagClassName
{
color: #E5DA4B;
}
</style>
background-color css
<style>
a { background-color: #E5DA4B; }
a { background-color: rgb(229,218,75); }
div.DivClassName
{
background-color: #E5DA4B;
}
.BgClassName
{
background-color: #E5DA4B;
}
</style>
border-color css
<style>
span { border-color: #E5DA4B; }
span { border-color: rgb(229,218,75); }
td.TdClassName
{
border-color: #E5DA4B;
}
.TagClassName
{
border-color: #E5DA4B;
}
</style>