Shades of Manz #E9E053
Tints of Manz #E9E053
RGB
CMYK
RGB Variations
Color information
#E9E053 (or 0xE9E053) is known color: Manz. HEX triplet: E9, E0 and 53. RGB value is (233,224,83). Sum of RGB (Red+Green+Blue) = 233+224+83=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E053 is #161FAC. Grayscale: #D3D3D3. Windows color (decimal): -1449901 or 5497065. OLE color: 5497065.
HSL color Cylindrical-coordinate representation of color #E9E053: hue angle of 56.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9E053 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 224 | 83 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.09 |
| HSL | 56.4º | 0.77% | 0.62% | - |
| HSV(B) | 56.4º | 0.64% | 0.91% | - |
| XYZ | 61.82 | 71.26 | 18.68 | - |
| YUV | 210.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 224 | 83 | 0 | 0.04 | 0.64 | 0.09 | 56.4 | 0.77 | 0.62 |
| Hex | E9 | E0 | 53 | 0 | 4 | 40 | 9 | 38 | 4D | 3E |
| Octal | 351 | 340 | 123 | 0 | 4 | 100 | 11 | 70 | 115 | 76 |
| Binary | 11101001 | 11100000 | 1010011 | 0 | 100 | 1000000 | 1001 | 111000 | 1001101 | 111110 |
Color Harmonies of #E9E053
Complementary color
Monochromatic Colors of #E9E053
Black with #E9E053
Text Example
Text Example
White with #E9E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E053; }
p { color: rgb(233,224,83); }
H1.HeaderClassName
{
color: #E9E053;
}
.AnyTagClassName
{
color: #E9E053;
}
</style>
background-color css
<style>
a { background-color: #E9E053; }
a { background-color: rgb(233,224,83); }
div.DivClassName
{
background-color: #E9E053;
}
.BgClassName
{
background-color: #E9E053;
}
</style>
border-color css
<style>
span { border-color: #E9E053; }
span { border-color: rgb(233,224,83); }
td.TdClassName
{
border-color: #E9E053;
}
.TagClassName
{
border-color: #E9E053;
}
</style>