Shades of Manz #E0E25D
Tints of Manz #E0E25D
RGB
CMYK
RGB Variations
Color information
#E0E25D (or 0xE0E25D) is known color: Manz. HEX triplet: E0, E2 and 5D. RGB value is (224,226,93). Sum of RGB (Red+Green+Blue) = 224+226+93=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E25D is #1F1DA2. Grayscale: #D2D2D2. Windows color (decimal): -2039203 or 6152928. OLE color: 6152928.
HSL color Cylindrical-coordinate representation of color #E0E25D: hue angle of 60.9º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0E25D is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 93 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.11 |
| HSL | 60.9º | 0.7% | 0.63% | - |
| HSV(B) | 60.9º | 0.59% | 0.89% | - |
| XYZ | 59.91 | 71.03 | 20.91 | - |
| YUV | 210.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 93 | 0.01 | 0 | 0.59 | 0.11 | 60.9 | 0.7 | 0.63 |
| Hex | E0 | E2 | 5D | 1 | 0 | 3B | B | 3D | 46 | 3F |
| Octal | 340 | 342 | 135 | 1 | 0 | 73 | 13 | 75 | 106 | 77 |
| Binary | 11100000 | 11100010 | 1011101 | 1 | 0 | 111011 | 1011 | 111101 | 1000110 | 111111 |
Color Harmonies of #E0E25D
Complementary color
Monochromatic Colors of #E0E25D
Black with #E0E25D
Text Example
Text Example
White with #E0E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E25D; }
p { color: rgb(224,226,93); }
H1.HeaderClassName
{
color: #E0E25D;
}
.AnyTagClassName
{
color: #E0E25D;
}
</style>
background-color css
<style>
a { background-color: #E0E25D; }
a { background-color: rgb(224,226,93); }
div.DivClassName
{
background-color: #E0E25D;
}
.BgClassName
{
background-color: #E0E25D;
}
</style>
border-color css
<style>
span { border-color: #E0E25D; }
span { border-color: rgb(224,226,93); }
td.TdClassName
{
border-color: #E0E25D;
}
.TagClassName
{
border-color: #E0E25D;
}
</style>