Shades of Manz #E5DB5C
Tints of Manz #E5DB5C
RGB
CMYK
RGB Variations
Color information
#E5DB5C (or 0xE5DB5C) is known color: Manz. HEX triplet: E5, DB and 5C. RGB value is (229,219,92). Sum of RGB (Red+Green+Blue) = 229+219+92=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB5C is #1A24A3. Grayscale: #D0D0D0. Windows color (decimal): -1713316 or 6085605. OLE color: 6085605.
HSL color Cylindrical-coordinate representation of color #E5DB5C: hue angle of 55.62º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5DB5C is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 219 | 92 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.10 |
| HSL | 55.62º | 0.72% | 0.63% | - |
| HSV(B) | 55.62º | 0.6% | 0.9% | - |
| XYZ | 59.58 | 68.09 | 20.13 | - |
| YUV | 207.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 219 | 92 | 0 | 0.04 | 0.60 | 0.10 | 55.62 | 0.72 | 0.63 |
| Hex | E5 | DB | 5C | 0 | 4 | 3C | A | 38 | 48 | 3F |
| Octal | 345 | 333 | 134 | 0 | 4 | 74 | 12 | 70 | 110 | 77 |
| Binary | 11100101 | 11011011 | 1011100 | 0 | 100 | 111100 | 1010 | 111000 | 1001000 | 111111 |
Color Harmonies of #E5DB5C
Complementary color
Monochromatic Colors of #E5DB5C
Black with #E5DB5C
Text Example
Text Example
White with #E5DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DB5C; }
p { color: rgb(229,219,92); }
H1.HeaderClassName
{
color: #E5DB5C;
}
.AnyTagClassName
{
color: #E5DB5C;
}
</style>
background-color css
<style>
a { background-color: #E5DB5C; }
a { background-color: rgb(229,219,92); }
div.DivClassName
{
background-color: #E5DB5C;
}
.BgClassName
{
background-color: #E5DB5C;
}
</style>
border-color css
<style>
span { border-color: #E5DB5C; }
span { border-color: rgb(229,219,92); }
td.TdClassName
{
border-color: #E5DB5C;
}
.TagClassName
{
border-color: #E5DB5C;
}
</style>