Shades of Manz #EEE150
Tints of Manz #EEE150
RGB
CMYK
RGB Variations
Color information
#EEE150 (or 0xEEE150) is known color: Manz. HEX triplet: EE, E1 and 50. RGB value is (238,225,80). Sum of RGB (Red+Green+Blue) = 238+225+80=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE150 is #111EAF. Grayscale: #D4D4D4. Windows color (decimal): -1121968 or 5300718. OLE color: 5300718.
HSL color Cylindrical-coordinate representation of color #EEE150: hue angle of 55.06º 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 #EEE150 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 80 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.07 |
| HSL | 55.06º | 0.82% | 0.62% | - |
| HSV(B) | 55.06º | 0.66% | 0.93% | - |
| XYZ | 63.63 | 72.61 | 18.25 | - |
| YUV | 212.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 80 | 0 | 0.05 | 0.66 | 0.07 | 55.06 | 0.82 | 0.62 |
| Hex | EE | E1 | 50 | 0 | 5 | 42 | 7 | 37 | 52 | 3E |
| Octal | 356 | 341 | 120 | 0 | 5 | 102 | 7 | 67 | 122 | 76 |
| Binary | 11101110 | 11100001 | 1010000 | 0 | 101 | 1000010 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EEE150
Complementary color
Monochromatic Colors of #EEE150
Black with #EEE150
Text Example
Text Example
White with #EEE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE150; }
p { color: rgb(238,225,80); }
H1.HeaderClassName
{
color: #EEE150;
}
.AnyTagClassName
{
color: #EEE150;
}
</style>
background-color css
<style>
a { background-color: #EEE150; }
a { background-color: rgb(238,225,80); }
div.DivClassName
{
background-color: #EEE150;
}
.BgClassName
{
background-color: #EEE150;
}
</style>
border-color css
<style>
span { border-color: #EEE150; }
span { border-color: rgb(238,225,80); }
td.TdClassName
{
border-color: #EEE150;
}
.TagClassName
{
border-color: #EEE150;
}
</style>