Shades of Manz #EEE25E
Tints of Manz #EEE25E
RGB
CMYK
RGB Variations
Color information
#EEE25E (or 0xEEE25E) is known color: Manz. HEX triplet: EE, E2 and 5E. RGB value is (238,226,94). Sum of RGB (Red+Green+Blue) = 238+226+94=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 94 (37.11% from 255 or 16.85% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE25E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE25E is #111DA1. Grayscale: #D7D7D7. Windows color (decimal): -1121698 or 6218478. OLE color: 6218478.
HSL color Cylindrical-coordinate representation of color #EEE25E: hue angle of 55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEE25E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 94 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 55º | 0.81% | 0.65% | - |
| HSV(B) | 55º | 0.61% | 0.93% | - |
| XYZ | 64.48 | 73.38 | 21.35 | - |
| YUV | 214.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 94 | 0 | 0.05 | 0.61 | 0.07 | 55 | 0.81 | 0.65 |
| Hex | EE | E2 | 5E | 0 | 5 | 3D | 7 | 37 | 51 | 41 |
| Octal | 356 | 342 | 136 | 0 | 5 | 75 | 7 | 67 | 121 | 101 |
| Binary | 11101110 | 11100010 | 1011110 | 0 | 101 | 111101 | 111 | 110111 | 1010001 | 1000001 |
Color Harmonies of #EEE25E
Complementary color
Monochromatic Colors of #EEE25E
Black with #EEE25E
Text Example
Text Example
White with #EEE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE25E; }
p { color: rgb(238,226,94); }
H1.HeaderClassName
{
color: #EEE25E;
}
.AnyTagClassName
{
color: #EEE25E;
}
</style>
background-color css
<style>
a { background-color: #EEE25E; }
a { background-color: rgb(238,226,94); }
div.DivClassName
{
background-color: #EEE25E;
}
.BgClassName
{
background-color: #EEE25E;
}
</style>
border-color css
<style>
span { border-color: #EEE25E; }
span { border-color: rgb(238,226,94); }
td.TdClassName
{
border-color: #EEE25E;
}
.TagClassName
{
border-color: #EEE25E;
}
</style>