Shades of Manz #EEE14C
Tints of Manz #EEE14C
RGB
CMYK
RGB Variations
Color information
#EEE14C (or 0xEEE14C) is known color: Manz. HEX triplet: EE, E1 and 4C. RGB value is (238,225,76). Sum of RGB (Red+Green+Blue) = 238+225+76=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE14C is #111EB3. Grayscale: #D4D4D4. Windows color (decimal): -1121972 or 5038574. OLE color: 5038574.
HSL color Cylindrical-coordinate representation of color #EEE14C: hue angle of 55.19º 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 #EEE14C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 76 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.19º | 0.83% | 0.62% | - |
| HSV(B) | 55.19º | 0.68% | 0.93% | - |
| XYZ | 63.49 | 72.55 | 17.49 | - |
| YUV | 211.9 | 51.31 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 76 | 0 | 0.05 | 0.68 | 0.07 | 55.19 | 0.83 | 0.62 |
| Hex | EE | E1 | 4C | 0 | 5 | 44 | 7 | 37 | 53 | 3E |
| Octal | 356 | 341 | 114 | 0 | 5 | 104 | 7 | 67 | 123 | 76 |
| Binary | 11101110 | 11100001 | 1001100 | 0 | 101 | 1000100 | 111 | 110111 | 1010011 | 111110 |
Color Harmonies of #EEE14C
Complementary color
Monochromatic Colors of #EEE14C
Black with #EEE14C
Text Example
Text Example
White with #EEE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE14C; }
p { color: rgb(238,225,76); }
H1.HeaderClassName
{
color: #EEE14C;
}
.AnyTagClassName
{
color: #EEE14C;
}
</style>
background-color css
<style>
a { background-color: #EEE14C; }
a { background-color: rgb(238,225,76); }
div.DivClassName
{
background-color: #EEE14C;
}
.BgClassName
{
background-color: #EEE14C;
}
</style>
border-color css
<style>
span { border-color: #EEE14C; }
span { border-color: rgb(238,225,76); }
td.TdClassName
{
border-color: #EEE14C;
}
.TagClassName
{
border-color: #EEE14C;
}
</style>