Shades of Manz #E5E950
Tints of Manz #E5E950
RGB
CMYK
RGB Variations
Color information
#E5E950 (or 0xE5E950) is known color: Manz. HEX triplet: E5, E9 and 50. RGB value is (229,233,80). Sum of RGB (Red+Green+Blue) = 229+233+80=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5E950 is #1A16AF. Grayscale: #D6D6D6. Windows color (decimal): -1709744 or 5302757. OLE color: 5302757.
HSL color Cylindrical-coordinate representation of color #E5E950: hue angle of 61.57º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5E950 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 233 | 80 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.09 |
| HSL | 61.57º | 0.78% | 0.61% | - |
| HSV(B) | 61.57º | 0.66% | 0.91% | - |
| XYZ | 62.9 | 75.52 | 18.85 | - |
| YUV | 214.36 | 52.17 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 233 | 80 | 0.02 | 0 | 0.66 | 0.09 | 61.57 | 0.78 | 0.61 |
| Hex | E5 | E9 | 50 | 2 | 0 | 42 | 9 | 3E | 4E | 3D |
| Octal | 345 | 351 | 120 | 2 | 0 | 102 | 11 | 76 | 116 | 75 |
| Binary | 11100101 | 11101001 | 1010000 | 10 | 0 | 1000010 | 1001 | 111110 | 1001110 | 111101 |
Color Harmonies of #E5E950
Complementary color
Monochromatic Colors of #E5E950
Black with #E5E950
Text Example
Text Example
White with #E5E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E950; }
p { color: rgb(229,233,80); }
H1.HeaderClassName
{
color: #E5E950;
}
.AnyTagClassName
{
color: #E5E950;
}
</style>
background-color css
<style>
a { background-color: #E5E950; }
a { background-color: rgb(229,233,80); }
div.DivClassName
{
background-color: #E5E950;
}
.BgClassName
{
background-color: #E5E950;
}
</style>
border-color css
<style>
span { border-color: #E5E950; }
span { border-color: rgb(229,233,80); }
td.TdClassName
{
border-color: #E5E950;
}
.TagClassName
{
border-color: #E5E950;
}
</style>