Shades of Manz #E9DF55
Tints of Manz #E9DF55
RGB
CMYK
RGB Variations
Color information
#E9DF55 (or 0xE9DF55) is known color: Manz. HEX triplet: E9, DF and 55. RGB value is (233,223,85). Sum of RGB (Red+Green+Blue) = 233+223+85=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 85 (33.59% from 255 or 15.71% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DF55 is #1620AA. Grayscale: #D2D2D2. Windows color (decimal): -1450155 or 5627881. OLE color: 5627881.
HSL color Cylindrical-coordinate representation of color #E9DF55: hue angle of 55.95º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9DF55 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 223 | 85 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.09 |
| HSL | 55.95º | 0.77% | 0.62% | - |
| HSV(B) | 55.95º | 0.64% | 0.91% | - |
| XYZ | 61.63 | 70.75 | 19 | - |
| YUV | 210.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 223 | 85 | 0 | 0.04 | 0.64 | 0.09 | 55.95 | 0.77 | 0.62 |
| Hex | E9 | DF | 55 | 0 | 4 | 40 | 9 | 38 | 4D | 3E |
| Octal | 351 | 337 | 125 | 0 | 4 | 100 | 11 | 70 | 115 | 76 |
| Binary | 11101001 | 11011111 | 1010101 | 0 | 100 | 1000000 | 1001 | 111000 | 1001101 | 111110 |
Color Harmonies of #E9DF55
Complementary color
Monochromatic Colors of #E9DF55
Black with #E9DF55
Text Example
Text Example
White with #E9DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DF55; }
p { color: rgb(233,223,85); }
H1.HeaderClassName
{
color: #E9DF55;
}
.AnyTagClassName
{
color: #E9DF55;
}
</style>
background-color css
<style>
a { background-color: #E9DF55; }
a { background-color: rgb(233,223,85); }
div.DivClassName
{
background-color: #E9DF55;
}
.BgClassName
{
background-color: #E9DF55;
}
</style>
border-color css
<style>
span { border-color: #E9DF55; }
span { border-color: rgb(233,223,85); }
td.TdClassName
{
border-color: #E9DF55;
}
.TagClassName
{
border-color: #E9DF55;
}
</style>