Shades of Manz #E7E248
Tints of Manz #E7E248
RGB
CMYK
RGB Variations
Color information
#E7E248 (or 0xE7E248) is known color: Manz. HEX triplet: E7, E2 and 48. RGB value is (231,226,72). Sum of RGB (Red+Green+Blue) = 231+226+72=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E248 is #181DB7. Grayscale: #D2D2D2. Windows color (decimal): -1580472 or 4776679. OLE color: 4776679.
HSL color Cylindrical-coordinate representation of color #E7E248: hue angle of 58.11º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7E248 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 72 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.09 |
| HSL | 58.11º | 0.77% | 0.59% | - |
| HSV(B) | 58.11º | 0.69% | 0.91% | - |
| XYZ | 61.32 | 71.85 | 16.77 | - |
| YUV | 209.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 72 | 0 | 0.02 | 0.69 | 0.09 | 58.11 | 0.77 | 0.59 |
| Hex | E7 | E2 | 48 | 0 | 2 | 45 | 9 | 3A | 4D | 3B |
| Octal | 347 | 342 | 110 | 0 | 2 | 105 | 11 | 72 | 115 | 73 |
| Binary | 11100111 | 11100010 | 1001000 | 0 | 10 | 1000101 | 1001 | 111010 | 1001101 | 111011 |
Color Harmonies of #E7E248
Complementary color
Monochromatic Colors of #E7E248
Black with #E7E248
Text Example
Text Example
White with #E7E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E248; }
p { color: rgb(231,226,72); }
H1.HeaderClassName
{
color: #E7E248;
}
.AnyTagClassName
{
color: #E7E248;
}
</style>
background-color css
<style>
a { background-color: #E7E248; }
a { background-color: rgb(231,226,72); }
div.DivClassName
{
background-color: #E7E248;
}
.BgClassName
{
background-color: #E7E248;
}
</style>
border-color css
<style>
span { border-color: #E7E248; }
span { border-color: rgb(231,226,72); }
td.TdClassName
{
border-color: #E7E248;
}
.TagClassName
{
border-color: #E7E248;
}
</style>