Shades of Manz #EEE260
Tints of Manz #EEE260
RGB
CMYK
RGB Variations
Color information
#EEE260 (or 0xEEE260) is known color: Manz. HEX triplet: EE, E2 and 60. RGB value is (238,226,96). Sum of RGB (Red+Green+Blue) = 238+226+96=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE260 is #111D9F. Grayscale: #D7D7D7. Windows color (decimal): -1121696 or 6349550. OLE color: 6349550.
HSL color Cylindrical-coordinate representation of color #EEE260: hue angle of 54.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEE260 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 96 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.07 |
| HSL | 54.93º | 0.81% | 0.65% | - |
| HSV(B) | 54.93º | 0.6% | 0.93% | - |
| XYZ | 64.57 | 73.41 | 21.83 | - |
| YUV | 214.77 | 60.98 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 96 | 0 | 0.05 | 0.60 | 0.07 | 54.93 | 0.81 | 0.65 |
| Hex | EE | E2 | 60 | 0 | 5 | 3C | 7 | 37 | 51 | 41 |
| Octal | 356 | 342 | 140 | 0 | 5 | 74 | 7 | 67 | 121 | 101 |
| Binary | 11101110 | 11100010 | 1100000 | 0 | 101 | 111100 | 111 | 110111 | 1010001 | 1000001 |
Color Harmonies of #EEE260
Complementary color
Monochromatic Colors of #EEE260
Black with #EEE260
Text Example
Text Example
White with #EEE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE260; }
p { color: rgb(238,226,96); }
H1.HeaderClassName
{
color: #EEE260;
}
.AnyTagClassName
{
color: #EEE260;
}
</style>
background-color css
<style>
a { background-color: #EEE260; }
a { background-color: rgb(238,226,96); }
div.DivClassName
{
background-color: #EEE260;
}
.BgClassName
{
background-color: #EEE260;
}
</style>
border-color css
<style>
span { border-color: #EEE260; }
span { border-color: rgb(238,226,96); }
td.TdClassName
{
border-color: #EEE260;
}
.TagClassName
{
border-color: #EEE260;
}
</style>