Shades of Manz #EEE048
Tints of Manz #EEE048
RGB
CMYK
RGB Variations
Color information
#EEE048 (or 0xEEE048) is known color: Manz. HEX triplet: EE, E0 and 48. RGB value is (238,224,72). Sum of RGB (Red+Green+Blue) = 238+224+72=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 72 (28.52% from 255 or 13.48% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE048 is #111FB7. Grayscale: #D3D3D3. Windows color (decimal): -1122232 or 4776174. OLE color: 4776174.
HSL color Cylindrical-coordinate representation of color #EEE048: hue angle of 54.94º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEE048 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 72 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.07 |
| HSL | 54.94º | 0.83% | 0.61% | - |
| HSV(B) | 54.94º | 0.7% | 0.93% | - |
| XYZ | 63.09 | 71.96 | 16.69 | - |
| YUV | 210.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 72 | 0 | 0.06 | 0.70 | 0.07 | 54.94 | 0.83 | 0.61 |
| Hex | EE | E0 | 48 | 0 | 6 | 46 | 7 | 37 | 53 | 3D |
| Octal | 356 | 340 | 110 | 0 | 6 | 106 | 7 | 67 | 123 | 75 |
| Binary | 11101110 | 11100000 | 1001000 | 0 | 110 | 1000110 | 111 | 110111 | 1010011 | 111101 |
Color Harmonies of #EEE048
Complementary color
Monochromatic Colors of #EEE048
Black with #EEE048
Text Example
Text Example
White with #EEE048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE048; }
p { color: rgb(238,224,72); }
H1.HeaderClassName
{
color: #EEE048;
}
.AnyTagClassName
{
color: #EEE048;
}
</style>
background-color css
<style>
a { background-color: #EEE048; }
a { background-color: rgb(238,224,72); }
div.DivClassName
{
background-color: #EEE048;
}
.BgClassName
{
background-color: #EEE048;
}
</style>
border-color css
<style>
span { border-color: #EEE048; }
span { border-color: rgb(238,224,72); }
td.TdClassName
{
border-color: #EEE048;
}
.TagClassName
{
border-color: #EEE048;
}
</style>