Shades of Manz #E5DF52
Tints of Manz #E5DF52
RGB
CMYK
RGB Variations
Color information
#E5DF52 (or 0xE5DF52) is known color: Manz. HEX triplet: E5, DF and 52. RGB value is (229,223,82). Sum of RGB (Red+Green+Blue) = 229+223+82=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 82 (32.42% from 255 or 15.36% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DF52 is #1A20AD. Grayscale: #D1D1D1. Windows color (decimal): -1712302 or 5431269. OLE color: 5431269.
HSL color Cylindrical-coordinate representation of color #E5DF52: hue angle of 57.55º 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 #E5DF52 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 223 | 82 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.10 |
| HSL | 57.55º | 0.74% | 0.61% | - |
| HSV(B) | 57.55º | 0.64% | 0.9% | - |
| XYZ | 60.22 | 70.04 | 18.33 | - |
| YUV | 208.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 223 | 82 | 0 | 0.03 | 0.64 | 0.10 | 57.55 | 0.74 | 0.61 |
| Hex | E5 | DF | 52 | 0 | 3 | 40 | A | 3A | 4A | 3D |
| Octal | 345 | 337 | 122 | 0 | 3 | 100 | 12 | 72 | 112 | 75 |
| Binary | 11100101 | 11011111 | 1010010 | 0 | 11 | 1000000 | 1010 | 111010 | 1001010 | 111101 |
Color Harmonies of #E5DF52
Complementary color
Monochromatic Colors of #E5DF52
Black with #E5DF52
Text Example
Text Example
White with #E5DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DF52; }
p { color: rgb(229,223,82); }
H1.HeaderClassName
{
color: #E5DF52;
}
.AnyTagClassName
{
color: #E5DF52;
}
</style>
background-color css
<style>
a { background-color: #E5DF52; }
a { background-color: rgb(229,223,82); }
div.DivClassName
{
background-color: #E5DF52;
}
.BgClassName
{
background-color: #E5DF52;
}
</style>
border-color css
<style>
span { border-color: #E5DF52; }
span { border-color: rgb(229,223,82); }
td.TdClassName
{
border-color: #E5DF52;
}
.TagClassName
{
border-color: #E5DF52;
}
</style>