Shades of Manz #E9E25D
Tints of Manz #E9E25D
RGB
CMYK
RGB Variations
Color information
#E9E25D (or 0xE9E25D) is known color: Manz. HEX triplet: E9, E2 and 5D. RGB value is (233,226,93). Sum of RGB (Red+Green+Blue) = 233+226+93=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E25D is #161DA2. Grayscale: #D5D5D5. Windows color (decimal): -1449379 or 6152937. OLE color: 6152937.
HSL color Cylindrical-coordinate representation of color #E9E25D: hue angle of 57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9E25D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 93 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.09 |
| HSL | 57º | 0.76% | 0.64% | - |
| HSV(B) | 57º | 0.6% | 0.91% | - |
| XYZ | 62.78 | 72.51 | 21.04 | - |
| YUV | 212.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 93 | 0 | 0.03 | 0.60 | 0.09 | 57 | 0.76 | 0.64 |
| Hex | E9 | E2 | 5D | 0 | 3 | 3C | 9 | 39 | 4C | 40 |
| Octal | 351 | 342 | 135 | 0 | 3 | 74 | 11 | 71 | 114 | 100 |
| Binary | 11101001 | 11100010 | 1011101 | 0 | 11 | 111100 | 1001 | 111001 | 1001100 | 1000000 |
Color Harmonies of #E9E25D
Complementary color
Monochromatic Colors of #E9E25D
Black with #E9E25D
Text Example
Text Example
White with #E9E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E25D; }
p { color: rgb(233,226,93); }
H1.HeaderClassName
{
color: #E9E25D;
}
.AnyTagClassName
{
color: #E9E25D;
}
</style>
background-color css
<style>
a { background-color: #E9E25D; }
a { background-color: rgb(233,226,93); }
div.DivClassName
{
background-color: #E9E25D;
}
.BgClassName
{
background-color: #E9E25D;
}
</style>
border-color css
<style>
span { border-color: #E9E25D; }
span { border-color: rgb(233,226,93); }
td.TdClassName
{
border-color: #E9E25D;
}
.TagClassName
{
border-color: #E9E25D;
}
</style>