Shades of Manz #E3D25C
Tints of Manz #E3D25C
RGB
CMYK
RGB Variations
Color information
#E3D25C (or 0xE3D25C) is known color: Manz. HEX triplet: E3, D2 and 5C. RGB value is (227,210,92). Sum of RGB (Red+Green+Blue) = 227+210+92=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D25C is #1C2DA3. Grayscale: #CACACA. Windows color (decimal): -1846692 or 6083299. OLE color: 6083299.
HSL color Cylindrical-coordinate representation of color #E3D25C: hue angle of 52.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3D25C is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 210 | 92 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.11 |
| HSL | 52.44º | 0.71% | 0.63% | - |
| HSV(B) | 52.44º | 0.59% | 0.89% | - |
| XYZ | 56.66 | 63.2 | 19.34 | - |
| YUV | 201.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 92 | 0 | 0.07 | 0.59 | 0.11 | 52.44 | 0.71 | 0.63 |
| Hex | E3 | D2 | 5C | 0 | 7 | 3B | B | 34 | 47 | 3F |
| Octal | 343 | 322 | 134 | 0 | 7 | 73 | 13 | 64 | 107 | 77 |
| Binary | 11100011 | 11010010 | 1011100 | 0 | 111 | 111011 | 1011 | 110100 | 1000111 | 111111 |
Color Harmonies of #E3D25C
Complementary color
Monochromatic Colors of #E3D25C
Black with #E3D25C
Text Example
Text Example
White with #E3D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D25C; }
p { color: rgb(227,210,92); }
H1.HeaderClassName
{
color: #E3D25C;
}
.AnyTagClassName
{
color: #E3D25C;
}
</style>
background-color css
<style>
a { background-color: #E3D25C; }
a { background-color: rgb(227,210,92); }
div.DivClassName
{
background-color: #E3D25C;
}
.BgClassName
{
background-color: #E3D25C;
}
</style>
border-color css
<style>
span { border-color: #E3D25C; }
span { border-color: rgb(227,210,92); }
td.TdClassName
{
border-color: #E3D25C;
}
.TagClassName
{
border-color: #E3D25C;
}
</style>