Shades of Manz #EEE14B
Tints of Manz #EEE14B
RGB
CMYK
RGB Variations
Color information
#EEE14B (or 0xEEE14B) is known color: Manz. HEX triplet: EE, E1 and 4B. RGB value is (238,225,75). Sum of RGB (Red+Green+Blue) = 238+225+75=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 75 (29.69% from 255 or 13.94% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE14B is #111EB4. Grayscale: #D4D4D4. Windows color (decimal): -1121973 or 4973038. OLE color: 4973038.
HSL color Cylindrical-coordinate representation of color #EEE14B: hue angle of 55.21º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEE14B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 75 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.07 |
| HSL | 55.21º | 0.83% | 0.61% | - |
| HSV(B) | 55.21º | 0.68% | 0.93% | - |
| XYZ | 63.46 | 72.54 | 17.31 | - |
| YUV | 211.79 | 50.81 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 75 | 0 | 0.05 | 0.68 | 0.07 | 55.21 | 0.83 | 0.61 |
| Hex | EE | E1 | 4B | 0 | 5 | 44 | 7 | 37 | 53 | 3D |
| Octal | 356 | 341 | 113 | 0 | 5 | 104 | 7 | 67 | 123 | 75 |
| Binary | 11101110 | 11100001 | 1001011 | 0 | 101 | 1000100 | 111 | 110111 | 1010011 | 111101 |
Color Harmonies of #EEE14B
Complementary color
Monochromatic Colors of #EEE14B
Black with #EEE14B
Text Example
Text Example
White with #EEE14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE14B; }
p { color: rgb(238,225,75); }
H1.HeaderClassName
{
color: #EEE14B;
}
.AnyTagClassName
{
color: #EEE14B;
}
</style>
background-color css
<style>
a { background-color: #EEE14B; }
a { background-color: rgb(238,225,75); }
div.DivClassName
{
background-color: #EEE14B;
}
.BgClassName
{
background-color: #EEE14B;
}
</style>
border-color css
<style>
span { border-color: #EEE14B; }
span { border-color: rgb(238,225,75); }
td.TdClassName
{
border-color: #EEE14B;
}
.TagClassName
{
border-color: #EEE14B;
}
</style>