Shades of Manz #DEE05E
Tints of Manz #DEE05E
RGB
CMYK
RGB Variations
Color information
#DEE05E (or 0xDEE05E) is known color: Manz. HEX triplet: DE, E0 and 5E. RGB value is (222,224,94). Sum of RGB (Red+Green+Blue) = 222+224+94=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE05E is #211FA1. Grayscale: #D1D1D1. Windows color (decimal): -2170786 or 6217950. OLE color: 6217950.
HSL color Cylindrical-coordinate representation of color #DEE05E: hue angle of 60.92º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE05E is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 94 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.12 |
| HSL | 60.92º | 0.68% | 0.62% | - |
| HSV(B) | 60.92º | 0.58% | 0.88% | - |
| XYZ | 58.8 | 69.65 | 20.93 | - |
| YUV | 208.58 | 63.34 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 94 | 0.01 | 0 | 0.58 | 0.12 | 60.92 | 0.68 | 0.62 |
| Hex | DE | E0 | 5E | 1 | 0 | 3A | C | 3D | 44 | 3E |
| Octal | 336 | 340 | 136 | 1 | 0 | 72 | 14 | 75 | 104 | 76 |
| Binary | 11011110 | 11100000 | 1011110 | 1 | 0 | 111010 | 1100 | 111101 | 1000100 | 111110 |
Color Harmonies of #DEE05E
Complementary color
Monochromatic Colors of #DEE05E
Black with #DEE05E
Text Example
Text Example
White with #DEE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE05E; }
p { color: rgb(222,224,94); }
H1.HeaderClassName
{
color: #DEE05E;
}
.AnyTagClassName
{
color: #DEE05E;
}
</style>
background-color css
<style>
a { background-color: #DEE05E; }
a { background-color: rgb(222,224,94); }
div.DivClassName
{
background-color: #DEE05E;
}
.BgClassName
{
background-color: #DEE05E;
}
</style>
border-color css
<style>
span { border-color: #DEE05E; }
span { border-color: rgb(222,224,94); }
td.TdClassName
{
border-color: #DEE05E;
}
.TagClassName
{
border-color: #DEE05E;
}
</style>