Shades of Manz #E5D74F
Tints of Manz #E5D74F
RGB
CMYK
RGB Variations
Color information
#E5D74F (or 0xE5D74F) is known color: Manz. HEX triplet: E5, D7 and 4F. RGB value is (229,215,79). Sum of RGB (Red+Green+Blue) = 229+215+79=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D74F is #1A28B0. Grayscale: #CCCCCC. Windows color (decimal): -1714353 or 5232613. OLE color: 5232613.
HSL color Cylindrical-coordinate representation of color #E5D74F: hue angle of 54.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5D74F is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 79 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.10 |
| HSL | 54.4º | 0.74% | 0.6% | - |
| HSV(B) | 54.4º | 0.66% | 0.9% | - |
| XYZ | 58.02 | 65.82 | 17.04 | - |
| YUV | 203.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 79 | 0 | 0.06 | 0.66 | 0.10 | 54.4 | 0.74 | 0.6 |
| Hex | E5 | D7 | 4F | 0 | 6 | 42 | A | 36 | 4A | 3C |
| Octal | 345 | 327 | 117 | 0 | 6 | 102 | 12 | 66 | 112 | 74 |
| Binary | 11100101 | 11010111 | 1001111 | 0 | 110 | 1000010 | 1010 | 110110 | 1001010 | 111100 |
Color Harmonies of #E5D74F
Complementary color
Monochromatic Colors of #E5D74F
Black with #E5D74F
Text Example
Text Example
White with #E5D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D74F; }
p { color: rgb(229,215,79); }
H1.HeaderClassName
{
color: #E5D74F;
}
.AnyTagClassName
{
color: #E5D74F;
}
</style>
background-color css
<style>
a { background-color: #E5D74F; }
a { background-color: rgb(229,215,79); }
div.DivClassName
{
background-color: #E5D74F;
}
.BgClassName
{
background-color: #E5D74F;
}
</style>
border-color css
<style>
span { border-color: #E5D74F; }
span { border-color: rgb(229,215,79); }
td.TdClassName
{
border-color: #E5D74F;
}
.TagClassName
{
border-color: #E5D74F;
}
</style>