Shades of Manz #E7E053
Tints of Manz #E7E053
RGB
CMYK
RGB Variations
Color information
#E7E053 (or 0xE7E053) is known color: Manz. HEX triplet: E7, E0 and 53. RGB value is (231,224,83). Sum of RGB (Red+Green+Blue) = 231+224+83=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E053 is #181FAC. Grayscale: #D2D2D2. Windows color (decimal): -1580973 or 5497063. OLE color: 5497063.
HSL color Cylindrical-coordinate representation of color #E7E053: hue angle of 57.16º degrees, saturation: 0.76, 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 #E7E053 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 83 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.09 |
| HSL | 57.16º | 0.76% | 0.62% | - |
| HSV(B) | 57.16º | 0.64% | 0.91% | - |
| XYZ | 61.17 | 70.92 | 18.65 | - |
| YUV | 210.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 83 | 0 | 0.03 | 0.64 | 0.09 | 57.16 | 0.76 | 0.62 |
| Hex | E7 | E0 | 53 | 0 | 3 | 40 | 9 | 39 | 4C | 3E |
| Octal | 347 | 340 | 123 | 0 | 3 | 100 | 11 | 71 | 114 | 76 |
| Binary | 11100111 | 11100000 | 1010011 | 0 | 11 | 1000000 | 1001 | 111001 | 1001100 | 111110 |
Color Harmonies of #E7E053
Complementary color
Monochromatic Colors of #E7E053
Black with #E7E053
Text Example
Text Example
White with #E7E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E053; }
p { color: rgb(231,224,83); }
H1.HeaderClassName
{
color: #E7E053;
}
.AnyTagClassName
{
color: #E7E053;
}
</style>
background-color css
<style>
a { background-color: #E7E053; }
a { background-color: rgb(231,224,83); }
div.DivClassName
{
background-color: #E7E053;
}
.BgClassName
{
background-color: #E7E053;
}
</style>
border-color css
<style>
span { border-color: #E7E053; }
span { border-color: rgb(231,224,83); }
td.TdClassName
{
border-color: #E7E053;
}
.TagClassName
{
border-color: #E7E053;
}
</style>