Shades of Manz #E9E148
Tints of Manz #E9E148
RGB
CMYK
RGB Variations
Color information
#E9E148 (or 0xE9E148) is known color: Manz. HEX triplet: E9, E1 and 48. RGB value is (233,225,72). Sum of RGB (Red+Green+Blue) = 233+225+72=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E148 is #161EB7. Grayscale: #D2D2D2. Windows color (decimal): -1449656 or 4776425. OLE color: 4776425.
HSL color Cylindrical-coordinate representation of color #E9E148: hue angle of 57.02º degrees, saturation: 0.79, 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 #E9E148 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 72 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.09 |
| HSL | 57.02º | 0.79% | 0.6% | - |
| HSV(B) | 57.02º | 0.69% | 0.91% | - |
| XYZ | 61.7 | 71.64 | 16.71 | - |
| YUV | 209.95 | 50.15 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 72 | 0 | 0.03 | 0.69 | 0.09 | 57.02 | 0.79 | 0.6 |
| Hex | E9 | E1 | 48 | 0 | 3 | 45 | 9 | 39 | 4F | 3C |
| Octal | 351 | 341 | 110 | 0 | 3 | 105 | 11 | 71 | 117 | 74 |
| Binary | 11101001 | 11100001 | 1001000 | 0 | 11 | 1000101 | 1001 | 111001 | 1001111 | 111100 |
Color Harmonies of #E9E148
Complementary color
Monochromatic Colors of #E9E148
Black with #E9E148
Text Example
Text Example
White with #E9E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E148; }
p { color: rgb(233,225,72); }
H1.HeaderClassName
{
color: #E9E148;
}
.AnyTagClassName
{
color: #E9E148;
}
</style>
background-color css
<style>
a { background-color: #E9E148; }
a { background-color: rgb(233,225,72); }
div.DivClassName
{
background-color: #E9E148;
}
.BgClassName
{
background-color: #E9E148;
}
</style>
border-color css
<style>
span { border-color: #E9E148; }
span { border-color: rgb(233,225,72); }
td.TdClassName
{
border-color: #E9E148;
}
.TagClassName
{
border-color: #E9E148;
}
</style>