Shades of Manz #EEE25B
Tints of Manz #EEE25B
RGB
CMYK
RGB Variations
Color information
#EEE25B (or 0xEEE25B) is known color: Manz. HEX triplet: EE, E2 and 5B. RGB value is (238,226,91). Sum of RGB (Red+Green+Blue) = 238+226+91=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE25B is #111DA4. Grayscale: #D6D6D6. Windows color (decimal): -1121701 or 6021870. OLE color: 6021870.
HSL color Cylindrical-coordinate representation of color #EEE25B: hue angle of 55.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEE25B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 91 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.07 |
| HSL | 55.1º | 0.81% | 0.65% | - |
| HSV(B) | 55.1º | 0.62% | 0.93% | - |
| XYZ | 64.34 | 73.33 | 20.66 | - |
| YUV | 214.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 91 | 0 | 0.05 | 0.62 | 0.07 | 55.1 | 0.81 | 0.65 |
| Hex | EE | E2 | 5B | 0 | 5 | 3E | 7 | 37 | 51 | 41 |
| Octal | 356 | 342 | 133 | 0 | 5 | 76 | 7 | 67 | 121 | 101 |
| Binary | 11101110 | 11100010 | 1011011 | 0 | 101 | 111110 | 111 | 110111 | 1010001 | 1000001 |
Color Harmonies of #EEE25B
Complementary color
Monochromatic Colors of #EEE25B
Black with #EEE25B
Text Example
Text Example
White with #EEE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE25B; }
p { color: rgb(238,226,91); }
H1.HeaderClassName
{
color: #EEE25B;
}
.AnyTagClassName
{
color: #EEE25B;
}
</style>
background-color css
<style>
a { background-color: #EEE25B; }
a { background-color: rgb(238,226,91); }
div.DivClassName
{
background-color: #EEE25B;
}
.BgClassName
{
background-color: #EEE25B;
}
</style>
border-color css
<style>
span { border-color: #EEE25B; }
span { border-color: rgb(238,226,91); }
td.TdClassName
{
border-color: #EEE25B;
}
.TagClassName
{
border-color: #EEE25B;
}
</style>