Shades of Manz #E9DF52
Tints of Manz #E9DF52
RGB
CMYK
RGB Variations
Color information
#E9DF52 (or 0xE9DF52) is known color: Manz. HEX triplet: E9, DF and 52. RGB value is (233,223,82). Sum of RGB (Red+Green+Blue) = 233+223+82=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 82 (32.42% from 255 or 15.24% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF52 is #1620AD. Grayscale: #D2D2D2. Windows color (decimal): -1450158 or 5431273. OLE color: 5431273.
HSL color Cylindrical-coordinate representation of color #E9DF52: hue angle of 56.03º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9DF52 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 82 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.09 |
| HSL | 56.03º | 0.77% | 0.62% | - |
| HSV(B) | 56.03º | 0.65% | 0.91% | - |
| XYZ | 61.51 | 70.71 | 18.39 | - |
| YUV | 209.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 82 | 0 | 0.04 | 0.65 | 0.09 | 56.03 | 0.77 | 0.62 |
| Hex | E9 | DF | 52 | 0 | 4 | 41 | 9 | 38 | 4D | 3E |
| Octal | 351 | 337 | 122 | 0 | 4 | 101 | 11 | 70 | 115 | 76 |
| Binary | 11101001 | 11011111 | 1010010 | 0 | 100 | 1000001 | 1001 | 111000 | 1001101 | 111110 |
Color Harmonies of #E9DF52
Complementary color
Monochromatic Colors of #E9DF52
Black with #E9DF52
Text Example
Text Example
White with #E9DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF52; }
p { color: rgb(233,223,82); }
H1.HeaderClassName
{
color: #E9DF52;
}
.AnyTagClassName
{
color: #E9DF52;
}
</style>
background-color css
<style>
a { background-color: #E9DF52; }
a { background-color: rgb(233,223,82); }
div.DivClassName
{
background-color: #E9DF52;
}
.BgClassName
{
background-color: #E9DF52;
}
</style>
border-color css
<style>
span { border-color: #E9DF52; }
span { border-color: rgb(233,223,82); }
td.TdClassName
{
border-color: #E9DF52;
}
.TagClassName
{
border-color: #E9DF52;
}
</style>