Shades of Manz #E5D253
Tints of Manz #E5D253
RGB
CMYK
RGB Variations
Color information
#E5D253 (or 0xE5D253) is known color: Manz. HEX triplet: E5, D2 and 53. RGB value is (229,210,83). Sum of RGB (Red+Green+Blue) = 229+210+83=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D253 is #1A2DAC. Grayscale: #C9C9C9. Windows color (decimal): -1715629 or 5493477. OLE color: 5493477.
HSL color Cylindrical-coordinate representation of color #E5D253: hue angle of 52.19º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5D253 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 83 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.10 |
| HSL | 52.19º | 0.74% | 0.61% | - |
| HSV(B) | 52.19º | 0.64% | 0.9% | - |
| XYZ | 56.92 | 63.38 | 17.42 | - |
| YUV | 201.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 83 | 0 | 0.08 | 0.64 | 0.10 | 52.19 | 0.74 | 0.61 |
| Hex | E5 | D2 | 53 | 0 | 8 | 40 | A | 34 | 4A | 3D |
| Octal | 345 | 322 | 123 | 0 | 10 | 100 | 12 | 64 | 112 | 75 |
| Binary | 11100101 | 11010010 | 1010011 | 0 | 1000 | 1000000 | 1010 | 110100 | 1001010 | 111101 |
Color Harmonies of #E5D253
Complementary color
Monochromatic Colors of #E5D253
Black with #E5D253
Text Example
Text Example
White with #E5D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D253; }
p { color: rgb(229,210,83); }
H1.HeaderClassName
{
color: #E5D253;
}
.AnyTagClassName
{
color: #E5D253;
}
</style>
background-color css
<style>
a { background-color: #E5D253; }
a { background-color: rgb(229,210,83); }
div.DivClassName
{
background-color: #E5D253;
}
.BgClassName
{
background-color: #E5D253;
}
</style>
border-color css
<style>
span { border-color: #E5D253; }
span { border-color: rgb(229,210,83); }
td.TdClassName
{
border-color: #E5D253;
}
.TagClassName
{
border-color: #E5D253;
}
</style>