Shades of Manz #E2DF52
Tints of Manz #E2DF52
RGB
CMYK
RGB Variations
Color information
#E2DF52 (or 0xE2DF52) is known color: Manz. HEX triplet: E2, DF and 52. RGB value is (226,223,82). Sum of RGB (Red+Green+Blue) = 226+223+82=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF52 is #1D20AD. Grayscale: #D0D0D0. Windows color (decimal): -1908910 or 5431266. OLE color: 5431266.
HSL color Cylindrical-coordinate representation of color #E2DF52: hue angle of 58.75º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2DF52 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 82 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.11 |
| HSL | 58.75º | 0.71% | 0.6% | - |
| HSV(B) | 58.75º | 0.64% | 0.89% | - |
| XYZ | 59.27 | 69.55 | 18.28 | - |
| YUV | 207.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 82 | 0 | 0.01 | 0.64 | 0.11 | 58.75 | 0.71 | 0.6 |
| Hex | E2 | DF | 52 | 0 | 1 | 40 | B | 3B | 47 | 3C |
| Octal | 342 | 337 | 122 | 0 | 1 | 100 | 13 | 73 | 107 | 74 |
| Binary | 11100010 | 11011111 | 1010010 | 0 | 1 | 1000000 | 1011 | 111011 | 1000111 | 111100 |
Color Harmonies of #E2DF52
Complementary color
Monochromatic Colors of #E2DF52
Black with #E2DF52
Text Example
Text Example
White with #E2DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DF52; }
p { color: rgb(226,223,82); }
H1.HeaderClassName
{
color: #E2DF52;
}
.AnyTagClassName
{
color: #E2DF52;
}
</style>
background-color css
<style>
a { background-color: #E2DF52; }
a { background-color: rgb(226,223,82); }
div.DivClassName
{
background-color: #E2DF52;
}
.BgClassName
{
background-color: #E2DF52;
}
</style>
border-color css
<style>
span { border-color: #E2DF52; }
span { border-color: rgb(226,223,82); }
td.TdClassName
{
border-color: #E2DF52;
}
.TagClassName
{
border-color: #E2DF52;
}
</style>