Shades of Manz #E7E054
Tints of Manz #E7E054
RGB
CMYK
RGB Variations
Color information
#E7E054 (or 0xE7E054) is known color: Manz. HEX triplet: E7, E0 and 54. RGB value is (231,224,84). Sum of RGB (Red+Green+Blue) = 231+224+84=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E054 is #181FAB. Grayscale: #D2D2D2. Windows color (decimal): -1580972 or 5562599. OLE color: 5562599.
HSL color Cylindrical-coordinate representation of color #E7E054: hue angle of 57.14º degrees, saturation: 0.75, 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 #E7E054 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 224 | 84 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.09 |
| HSL | 57.14º | 0.75% | 0.62% | - |
| HSV(B) | 57.14º | 0.64% | 0.91% | - |
| XYZ | 61.21 | 70.94 | 18.85 | - |
| YUV | 210.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 224 | 84 | 0 | 0.03 | 0.64 | 0.09 | 57.14 | 0.75 | 0.62 |
| Hex | E7 | E0 | 54 | 0 | 3 | 40 | 9 | 39 | 4B | 3E |
| Octal | 347 | 340 | 124 | 0 | 3 | 100 | 11 | 71 | 113 | 76 |
| Binary | 11100111 | 11100000 | 1010100 | 0 | 11 | 1000000 | 1001 | 111001 | 1001011 | 111110 |
Color Harmonies of #E7E054
Complementary color
Monochromatic Colors of #E7E054
Black with #E7E054
Text Example
Text Example
White with #E7E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E054; }
p { color: rgb(231,224,84); }
H1.HeaderClassName
{
color: #E7E054;
}
.AnyTagClassName
{
color: #E7E054;
}
</style>
background-color css
<style>
a { background-color: #E7E054; }
a { background-color: rgb(231,224,84); }
div.DivClassName
{
background-color: #E7E054;
}
.BgClassName
{
background-color: #E7E054;
}
</style>
border-color css
<style>
span { border-color: #E7E054; }
span { border-color: rgb(231,224,84); }
td.TdClassName
{
border-color: #E7E054;
}
.TagClassName
{
border-color: #E7E054;
}
</style>