Shades of Manz #E0E54C
Tints of Manz #E0E54C
RGB
CMYK
RGB Variations
Color information
#E0E54C (or 0xE0E54C) is known color: Manz. HEX triplet: E0, E5 and 4C. RGB value is (224,229,76). Sum of RGB (Red+Green+Blue) = 224+229+76=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E54C is #1F1AB3. Grayscale: #D2D2D2. Windows color (decimal): -2038452 or 5039584. OLE color: 5039584.
HSL color Cylindrical-coordinate representation of color #E0E54C: hue angle of 61.96º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0E54C is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 229 | 76 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.10 |
| HSL | 61.96º | 0.75% | 0.6% | - |
| HSV(B) | 61.96º | 0.67% | 0.9% | - |
| XYZ | 60.06 | 72.41 | 17.65 | - |
| YUV | 210.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 229 | 76 | 0.02 | 0 | 0.67 | 0.10 | 61.96 | 0.75 | 0.6 |
| Hex | E0 | E5 | 4C | 2 | 0 | 43 | A | 3E | 4B | 3C |
| Octal | 340 | 345 | 114 | 2 | 0 | 103 | 12 | 76 | 113 | 74 |
| Binary | 11100000 | 11100101 | 1001100 | 10 | 0 | 1000011 | 1010 | 111110 | 1001011 | 111100 |
Color Harmonies of #E0E54C
Complementary color
Monochromatic Colors of #E0E54C
Black with #E0E54C
Text Example
Text Example
White with #E0E54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E54C; }
p { color: rgb(224,229,76); }
H1.HeaderClassName
{
color: #E0E54C;
}
.AnyTagClassName
{
color: #E0E54C;
}
</style>
background-color css
<style>
a { background-color: #E0E54C; }
a { background-color: rgb(224,229,76); }
div.DivClassName
{
background-color: #E0E54C;
}
.BgClassName
{
background-color: #E0E54C;
}
</style>
border-color css
<style>
span { border-color: #E0E54C; }
span { border-color: rgb(224,229,76); }
td.TdClassName
{
border-color: #E0E54C;
}
.TagClassName
{
border-color: #E0E54C;
}
</style>