Shades of Manz #EEE04A
Tints of Manz #EEE04A
RGB
CMYK
RGB Variations
Color information
#EEE04A (or 0xEEE04A) is known color: Manz. HEX triplet: EE, E0 and 4A. RGB value is (238,224,74). Sum of RGB (Red+Green+Blue) = 238+224+74=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE04A is #111FB5. Grayscale: #D3D3D3. Windows color (decimal): -1122230 or 4907246. OLE color: 4907246.
HSL color Cylindrical-coordinate representation of color #EEE04A: hue angle of 54.88º 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 #EEE04A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 74 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.07 |
| HSL | 54.88º | 0.83% | 0.61% | - |
| HSV(B) | 54.88º | 0.69% | 0.93% | - |
| XYZ | 63.15 | 71.98 | 17.04 | - |
| YUV | 211.09 | 50.64 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 74 | 0 | 0.06 | 0.69 | 0.07 | 54.88 | 0.83 | 0.61 |
| Hex | EE | E0 | 4A | 0 | 6 | 45 | 7 | 37 | 53 | 3D |
| Octal | 356 | 340 | 112 | 0 | 6 | 105 | 7 | 67 | 123 | 75 |
| Binary | 11101110 | 11100000 | 1001010 | 0 | 110 | 1000101 | 111 | 110111 | 1010011 | 111101 |
Color Harmonies of #EEE04A
Complementary color
Monochromatic Colors of #EEE04A
Black with #EEE04A
Text Example
Text Example
White with #EEE04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE04A; }
p { color: rgb(238,224,74); }
H1.HeaderClassName
{
color: #EEE04A;
}
.AnyTagClassName
{
color: #EEE04A;
}
</style>
background-color css
<style>
a { background-color: #EEE04A; }
a { background-color: rgb(238,224,74); }
div.DivClassName
{
background-color: #EEE04A;
}
.BgClassName
{
background-color: #EEE04A;
}
</style>
border-color css
<style>
span { border-color: #EEE04A; }
span { border-color: rgb(238,224,74); }
td.TdClassName
{
border-color: #EEE04A;
}
.TagClassName
{
border-color: #EEE04A;
}
</style>