Shades of Manz #EEE058
Tints of Manz #EEE058
RGB
CMYK
RGB Variations
Color information
#EEE058 (or 0xEEE058) is known color: Manz. HEX triplet: EE, E0 and 58. RGB value is (238,224,88). Sum of RGB (Red+Green+Blue) = 238+224+88=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 88 (34.77% from 255 or 16% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE058 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE058 is #111FA7. Grayscale: #D5D5D5. Windows color (decimal): -1122216 or 5824750. OLE color: 5824750.
HSL color Cylindrical-coordinate representation of color #EEE058: hue angle of 54.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEE058 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 88 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.07 |
| HSL | 54.4º | 0.82% | 0.64% | - |
| HSV(B) | 54.4º | 0.63% | 0.93% | - |
| XYZ | 63.68 | 72.19 | 19.81 | - |
| YUV | 212.68 | 57.64 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 88 | 0 | 0.06 | 0.63 | 0.07 | 54.4 | 0.82 | 0.64 |
| Hex | EE | E0 | 58 | 0 | 6 | 3F | 7 | 36 | 52 | 40 |
| Octal | 356 | 340 | 130 | 0 | 6 | 77 | 7 | 66 | 122 | 100 |
| Binary | 11101110 | 11100000 | 1011000 | 0 | 110 | 111111 | 111 | 110110 | 1010010 | 1000000 |
Color Harmonies of #EEE058
Complementary color
Monochromatic Colors of #EEE058
Black with #EEE058
Text Example
Text Example
White with #EEE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE058; }
p { color: rgb(238,224,88); }
H1.HeaderClassName
{
color: #EEE058;
}
.AnyTagClassName
{
color: #EEE058;
}
</style>
background-color css
<style>
a { background-color: #EEE058; }
a { background-color: rgb(238,224,88); }
div.DivClassName
{
background-color: #EEE058;
}
.BgClassName
{
background-color: #EEE058;
}
</style>
border-color css
<style>
span { border-color: #EEE058; }
span { border-color: rgb(238,224,88); }
td.TdClassName
{
border-color: #EEE058;
}
.TagClassName
{
border-color: #EEE058;
}
</style>