Shades of Manz #E2D24F
Tints of Manz #E2D24F
RGB
CMYK
RGB Variations
Color information
#E2D24F (or 0xE2D24F) is known color: Manz. HEX triplet: E2, D2 and 4F. RGB value is (226,210,79). Sum of RGB (Red+Green+Blue) = 226+210+79=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D24F is #1D2DB0. Grayscale: #C8C8C8. Windows color (decimal): -1912241 or 5231330. OLE color: 5231330.
HSL color Cylindrical-coordinate representation of color #E2D24F: hue angle of 53.47º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2D24F is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 79 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.11 |
| HSL | 53.47º | 0.72% | 0.6% | - |
| HSV(B) | 53.47º | 0.65% | 0.89% | - |
| XYZ | 55.82 | 62.83 | 16.58 | - |
| YUV | 199.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 79 | 0 | 0.07 | 0.65 | 0.11 | 53.47 | 0.72 | 0.6 |
| Hex | E2 | D2 | 4F | 0 | 7 | 41 | B | 35 | 48 | 3C |
| Octal | 342 | 322 | 117 | 0 | 7 | 101 | 13 | 65 | 110 | 74 |
| Binary | 11100010 | 11010010 | 1001111 | 0 | 111 | 1000001 | 1011 | 110101 | 1001000 | 111100 |
Color Harmonies of #E2D24F
Complementary color
Monochromatic Colors of #E2D24F
Black with #E2D24F
Text Example
Text Example
White with #E2D24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D24F; }
p { color: rgb(226,210,79); }
H1.HeaderClassName
{
color: #E2D24F;
}
.AnyTagClassName
{
color: #E2D24F;
}
</style>
background-color css
<style>
a { background-color: #E2D24F; }
a { background-color: rgb(226,210,79); }
div.DivClassName
{
background-color: #E2D24F;
}
.BgClassName
{
background-color: #E2D24F;
}
</style>
border-color css
<style>
span { border-color: #E2D24F; }
span { border-color: rgb(226,210,79); }
td.TdClassName
{
border-color: #E2D24F;
}
.TagClassName
{
border-color: #E2D24F;
}
</style>