Shades of Manz #E3DE5A
Tints of Manz #E3DE5A
RGB
CMYK
RGB Variations
Color information
#E3DE5A (or 0xE3DE5A) is known color: Manz. HEX triplet: E3, DE and 5A. RGB value is (227,222,90). Sum of RGB (Red+Green+Blue) = 227+222+90=539 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.12% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DE5A is #1C21A5. Grayscale: #D0D0D0. Windows color (decimal): -1843622 or 5955299. OLE color: 5955299.
HSL color Cylindrical-coordinate representation of color #E3DE5A: hue angle of 57.81º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3DE5A is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 222 | 90 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.11 |
| HSL | 57.81º | 0.71% | 0.62% | - |
| HSV(B) | 57.81º | 0.6% | 0.89% | - |
| XYZ | 59.65 | 69.31 | 19.91 | - |
| YUV | 208.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 222 | 90 | 0 | 0.02 | 0.60 | 0.11 | 57.81 | 0.71 | 0.62 |
| Hex | E3 | DE | 5A | 0 | 2 | 3C | B | 3A | 47 | 3E |
| Octal | 343 | 336 | 132 | 0 | 2 | 74 | 13 | 72 | 107 | 76 |
| Binary | 11100011 | 11011110 | 1011010 | 0 | 10 | 111100 | 1011 | 111010 | 1000111 | 111110 |
Color Harmonies of #E3DE5A
Complementary color
Monochromatic Colors of #E3DE5A
Black with #E3DE5A
Text Example
Text Example
White with #E3DE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DE5A; }
p { color: rgb(227,222,90); }
H1.HeaderClassName
{
color: #E3DE5A;
}
.AnyTagClassName
{
color: #E3DE5A;
}
</style>
background-color css
<style>
a { background-color: #E3DE5A; }
a { background-color: rgb(227,222,90); }
div.DivClassName
{
background-color: #E3DE5A;
}
.BgClassName
{
background-color: #E3DE5A;
}
</style>
border-color css
<style>
span { border-color: #E3DE5A; }
span { border-color: rgb(227,222,90); }
td.TdClassName
{
border-color: #E3DE5A;
}
.TagClassName
{
border-color: #E3DE5A;
}
</style>