Shades of Manz #EEE04E
Tints of Manz #EEE04E
RGB
CMYK
RGB Variations
Color information
#EEE04E (or 0xEEE04E) is known color: Manz. HEX triplet: EE, E0 and 4E. RGB value is (238,224,78). Sum of RGB (Red+Green+Blue) = 238+224+78=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 78 (30.86% from 255 or 14.44% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE04E is #111FB1. Grayscale: #D4D4D4. Windows color (decimal): -1122226 or 5169390. OLE color: 5169390.
HSL color Cylindrical-coordinate representation of color #EEE04E: hue angle of 54.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEE04E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 78 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.07 |
| HSL | 54.75º | 0.82% | 0.62% | - |
| HSV(B) | 54.75º | 0.67% | 0.93% | - |
| XYZ | 63.29 | 72.04 | 17.78 | - |
| YUV | 211.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 78 | 0 | 0.06 | 0.67 | 0.07 | 54.75 | 0.82 | 0.62 |
| Hex | EE | E0 | 4E | 0 | 6 | 43 | 7 | 37 | 52 | 3E |
| Octal | 356 | 340 | 116 | 0 | 6 | 103 | 7 | 67 | 122 | 76 |
| Binary | 11101110 | 11100000 | 1001110 | 0 | 110 | 1000011 | 111 | 110111 | 1010010 | 111110 |
Color Harmonies of #EEE04E
Complementary color
Monochromatic Colors of #EEE04E
Black with #EEE04E
Text Example
Text Example
White with #EEE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE04E; }
p { color: rgb(238,224,78); }
H1.HeaderClassName
{
color: #EEE04E;
}
.AnyTagClassName
{
color: #EEE04E;
}
</style>
background-color css
<style>
a { background-color: #EEE04E; }
a { background-color: rgb(238,224,78); }
div.DivClassName
{
background-color: #EEE04E;
}
.BgClassName
{
background-color: #EEE04E;
}
</style>
border-color css
<style>
span { border-color: #EEE04E; }
span { border-color: rgb(238,224,78); }
td.TdClassName
{
border-color: #EEE04E;
}
.TagClassName
{
border-color: #EEE04E;
}
</style>