Shades of Manz #E0E949
Tints of Manz #E0E949
RGB
CMYK
RGB Variations
Color information
#E0E949 (or 0xE0E949) is known color: Manz. HEX triplet: E0, E9 and 49. RGB value is (224,233,73). Sum of RGB (Red+Green+Blue) = 224+233+73=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0E949 is #1F16B6. Grayscale: #D4D4D4. Windows color (decimal): -2037431 or 4844000. OLE color: 4844000.
HSL color Cylindrical-coordinate representation of color #E0E949: hue angle of 63.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0E949 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 73 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.09 |
| HSL | 63.38º | 0.78% | 0.6% | - |
| HSV(B) | 63.38º | 0.69% | 0.91% | - |
| XYZ | 61.08 | 74.61 | 17.48 | - |
| YUV | 212.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 73 | 0.04 | 0 | 0.69 | 0.09 | 63.38 | 0.78 | 0.6 |
| Hex | E0 | E9 | 49 | 4 | 0 | 45 | 9 | 3F | 4E | 3C |
| Octal | 340 | 351 | 111 | 4 | 0 | 105 | 11 | 77 | 116 | 74 |
| Binary | 11100000 | 11101001 | 1001001 | 100 | 0 | 1000101 | 1001 | 111111 | 1001110 | 111100 |
Color Harmonies of #E0E949
Complementary color
Monochromatic Colors of #E0E949
Black with #E0E949
Text Example
Text Example
White with #E0E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E949; }
p { color: rgb(224,233,73); }
H1.HeaderClassName
{
color: #E0E949;
}
.AnyTagClassName
{
color: #E0E949;
}
</style>
background-color css
<style>
a { background-color: #E0E949; }
a { background-color: rgb(224,233,73); }
div.DivClassName
{
background-color: #E0E949;
}
.BgClassName
{
background-color: #E0E949;
}
</style>
border-color css
<style>
span { border-color: #E0E949; }
span { border-color: rgb(224,233,73); }
td.TdClassName
{
border-color: #E0E949;
}
.TagClassName
{
border-color: #E0E949;
}
</style>