Shades of Manz #EEE55A
Tints of Manz #EEE55A
RGB
CMYK
RGB Variations
Color information
#EEE55A (or 0xEEE55A) is known color: Manz. HEX triplet: EE, E5 and 5A. RGB value is (238,229,90). Sum of RGB (Red+Green+Blue) = 238+229+90=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE55A is #111AA5. Grayscale: #D8D8D8. Windows color (decimal): -1120934 or 5957102. OLE color: 5957102.
HSL color Cylindrical-coordinate representation of color #EEE55A: hue angle of 56.35º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEE55A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 90 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.07 |
| HSL | 56.35º | 0.81% | 0.64% | - |
| HSV(B) | 56.35º | 0.62% | 0.93% | - |
| XYZ | 65.12 | 74.95 | 20.71 | - |
| YUV | 215.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 90 | 0 | 0.04 | 0.62 | 0.07 | 56.35 | 0.81 | 0.64 |
| Hex | EE | E5 | 5A | 0 | 4 | 3E | 7 | 38 | 51 | 40 |
| Octal | 356 | 345 | 132 | 0 | 4 | 76 | 7 | 70 | 121 | 100 |
| Binary | 11101110 | 11100101 | 1011010 | 0 | 100 | 111110 | 111 | 111000 | 1010001 | 1000000 |
Color Harmonies of #EEE55A
Complementary color
Monochromatic Colors of #EEE55A
Black with #EEE55A
Text Example
Text Example
White with #EEE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE55A; }
p { color: rgb(238,229,90); }
H1.HeaderClassName
{
color: #EEE55A;
}
.AnyTagClassName
{
color: #EEE55A;
}
</style>
background-color css
<style>
a { background-color: #EEE55A; }
a { background-color: rgb(238,229,90); }
div.DivClassName
{
background-color: #EEE55A;
}
.BgClassName
{
background-color: #EEE55A;
}
</style>
border-color css
<style>
span { border-color: #EEE55A; }
span { border-color: rgb(238,229,90); }
td.TdClassName
{
border-color: #EEE55A;
}
.TagClassName
{
border-color: #EEE55A;
}
</style>