Shades of Manz #EEE050
Tints of Manz #EEE050
RGB
CMYK
RGB Variations
Color information
#EEE050 (or 0xEEE050) is known color: Manz. HEX triplet: EE, E0 and 50. RGB value is (238,224,80). Sum of RGB (Red+Green+Blue) = 238+224+80=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE050 is #111FAF. Grayscale: #D4D4D4. Windows color (decimal): -1122224 or 5300462. OLE color: 5300462.
HSL color Cylindrical-coordinate representation of color #EEE050: hue angle of 54.68º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEE050 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 80 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.07 |
| HSL | 54.68º | 0.82% | 0.62% | - |
| HSV(B) | 54.68º | 0.66% | 0.93% | - |
| XYZ | 63.36 | 72.07 | 18.16 | - |
| YUV | 211.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 80 | 0 | 0.06 | 0.66 | 0.07 | 54.68 | 0.82 | 0.62 |
| Hex | EE | E0 | 50 | 0 | 6 | 42 | 7 | 37 | 52 | 3E |
| Octal | 356 | 340 | 120 | 0 | 6 | 102 | 7 | 67 | 122 | 76 |
| Binary | 11101110 | 11100000 | 1010000 | 0 | 110 | 1000010 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EEE050
Complementary color
Monochromatic Colors of #EEE050
Black with #EEE050
Text Example
Text Example
White with #EEE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE050; }
p { color: rgb(238,224,80); }
H1.HeaderClassName
{
color: #EEE050;
}
.AnyTagClassName
{
color: #EEE050;
}
</style>
background-color css
<style>
a { background-color: #EEE050; }
a { background-color: rgb(238,224,80); }
div.DivClassName
{
background-color: #EEE050;
}
.BgClassName
{
background-color: #EEE050;
}
</style>
border-color css
<style>
span { border-color: #EEE050; }
span { border-color: rgb(238,224,80); }
td.TdClassName
{
border-color: #EEE050;
}
.TagClassName
{
border-color: #EEE050;
}
</style>