Shades of Manz #EEE049
Tints of Manz #EEE049
RGB
CMYK
RGB Variations
Color information
#EEE049 (or 0xEEE049) is known color: Manz. HEX triplet: EE, E0 and 49. RGB value is (238,224,73). Sum of RGB (Red+Green+Blue) = 238+224+73=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE049 is #111FB6. Grayscale: #D3D3D3. Windows color (decimal): -1122231 or 4841710. OLE color: 4841710.
HSL color Cylindrical-coordinate representation of color #EEE049: hue angle of 54.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEE049 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 73 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.07 |
| HSL | 54.91º | 0.83% | 0.61% | - |
| HSV(B) | 54.91º | 0.69% | 0.93% | - |
| XYZ | 63.12 | 71.97 | 16.87 | - |
| YUV | 210.97 | 50.14 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 73 | 0 | 0.06 | 0.69 | 0.07 | 54.91 | 0.83 | 0.61 |
| Hex | EE | E0 | 49 | 0 | 6 | 45 | 7 | 37 | 53 | 3D |
| Octal | 356 | 340 | 111 | 0 | 6 | 105 | 7 | 67 | 123 | 75 |
| Binary | 11101110 | 11100000 | 1001001 | 0 | 110 | 1000101 | 111 | 110111 | 1010011 | 111101 |
Color Harmonies of #EEE049
Complementary color
Monochromatic Colors of #EEE049
Black with #EEE049
Text Example
Text Example
White with #EEE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE049; }
p { color: rgb(238,224,73); }
H1.HeaderClassName
{
color: #EEE049;
}
.AnyTagClassName
{
color: #EEE049;
}
</style>
background-color css
<style>
a { background-color: #EEE049; }
a { background-color: rgb(238,224,73); }
div.DivClassName
{
background-color: #EEE049;
}
.BgClassName
{
background-color: #EEE049;
}
</style>
border-color css
<style>
span { border-color: #EEE049; }
span { border-color: rgb(238,224,73); }
td.TdClassName
{
border-color: #EEE049;
}
.TagClassName
{
border-color: #EEE049;
}
</style>