Shades of Manz #EEE04D
Tints of Manz #EEE04D
RGB
CMYK
RGB Variations
Color information
#EEE04D (or 0xEEE04D) is known color: Manz. HEX triplet: EE, E0 and 4D. RGB value is (238,224,77). Sum of RGB (Red+Green+Blue) = 238+224+77=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE04D is #111FB2. Grayscale: #D4D4D4. Windows color (decimal): -1122227 or 5103854. OLE color: 5103854.
HSL color Cylindrical-coordinate representation of color #EEE04D: hue angle of 54.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEE04D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 77 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.07 |
| HSL | 54.78º | 0.83% | 0.62% | - |
| HSV(B) | 54.78º | 0.68% | 0.93% | - |
| XYZ | 63.26 | 72.02 | 17.59 | - |
| YUV | 211.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 77 | 0 | 0.06 | 0.68 | 0.07 | 54.78 | 0.83 | 0.62 |
| Hex | EE | E0 | 4D | 0 | 6 | 44 | 7 | 37 | 53 | 3E |
| Octal | 356 | 340 | 115 | 0 | 6 | 104 | 7 | 67 | 123 | 76 |
| Binary | 11101110 | 11100000 | 1001101 | 0 | 110 | 1000100 | 111 | 110111 | 1010011 | 111110 |
Color Harmonies of #EEE04D
Complementary color
Monochromatic Colors of #EEE04D
Black with #EEE04D
Text Example
Text Example
White with #EEE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE04D; }
p { color: rgb(238,224,77); }
H1.HeaderClassName
{
color: #EEE04D;
}
.AnyTagClassName
{
color: #EEE04D;
}
</style>
background-color css
<style>
a { background-color: #EEE04D; }
a { background-color: rgb(238,224,77); }
div.DivClassName
{
background-color: #EEE04D;
}
.BgClassName
{
background-color: #EEE04D;
}
</style>
border-color css
<style>
span { border-color: #EEE04D; }
span { border-color: rgb(238,224,77); }
td.TdClassName
{
border-color: #EEE04D;
}
.TagClassName
{
border-color: #EEE04D;
}
</style>