Shades of Manz #E0E248
Tints of Manz #E0E248
RGB
CMYK
RGB Variations
Color information
#E0E248 (or 0xE0E248) is known color: Manz. HEX triplet: E0, E2 and 48. RGB value is (224,226,72). Sum of RGB (Red+Green+Blue) = 224+226+72=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E248 is #1F1DB7. Grayscale: #D0D0D0. Windows color (decimal): -2039224 or 4776672. OLE color: 4776672.
HSL color Cylindrical-coordinate representation of color #E0E248: hue angle of 60.78º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E0E248 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 72 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.11 |
| HSL | 60.78º | 0.73% | 0.58% | - |
| HSV(B) | 60.78º | 0.68% | 0.89% | - |
| XYZ | 59.11 | 70.71 | 16.66 | - |
| YUV | 207.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 72 | 0.01 | 0 | 0.68 | 0.11 | 60.78 | 0.73 | 0.58 |
| Hex | E0 | E2 | 48 | 1 | 0 | 44 | B | 3D | 49 | 3A |
| Octal | 340 | 342 | 110 | 1 | 0 | 104 | 13 | 75 | 111 | 72 |
| Binary | 11100000 | 11100010 | 1001000 | 1 | 0 | 1000100 | 1011 | 111101 | 1001001 | 111010 |
Color Harmonies of #E0E248
Complementary color
Monochromatic Colors of #E0E248
Black with #E0E248
Text Example
Text Example
White with #E0E248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E248; }
p { color: rgb(224,226,72); }
H1.HeaderClassName
{
color: #E0E248;
}
.AnyTagClassName
{
color: #E0E248;
}
</style>
background-color css
<style>
a { background-color: #E0E248; }
a { background-color: rgb(224,226,72); }
div.DivClassName
{
background-color: #E0E248;
}
.BgClassName
{
background-color: #E0E248;
}
</style>
border-color css
<style>
span { border-color: #E0E248; }
span { border-color: rgb(224,226,72); }
td.TdClassName
{
border-color: #E0E248;
}
.TagClassName
{
border-color: #E0E248;
}
</style>