Shades of Manz #E9E452
Tints of Manz #E9E452
RGB
CMYK
RGB Variations
Color information
#E9E452 (or 0xE9E452) is known color: Manz. HEX triplet: E9, E4 and 52. RGB value is (233,228,82). Sum of RGB (Red+Green+Blue) = 233+228+82=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9E452 is #161BAD. Grayscale: #D5D5D5. Windows color (decimal): -1448878 or 5432553. OLE color: 5432553.
HSL color Cylindrical-coordinate representation of color #E9E452: hue angle of 58.01º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9E452 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 82 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.09 |
| HSL | 58.01º | 0.77% | 0.62% | - |
| HSV(B) | 58.01º | 0.65% | 0.91% | - |
| XYZ | 62.87 | 73.42 | 18.84 | - |
| YUV | 212.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 82 | 0 | 0.02 | 0.65 | 0.09 | 58.01 | 0.77 | 0.62 |
| Hex | E9 | E4 | 52 | 0 | 2 | 41 | 9 | 3A | 4D | 3E |
| Octal | 351 | 344 | 122 | 0 | 2 | 101 | 11 | 72 | 115 | 76 |
| Binary | 11101001 | 11100100 | 1010010 | 0 | 10 | 1000001 | 1001 | 111010 | 1001101 | 111110 |
Color Harmonies of #E9E452
Complementary color
Monochromatic Colors of #E9E452
Black with #E9E452
Text Example
Text Example
White with #E9E452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E452; }
p { color: rgb(233,228,82); }
H1.HeaderClassName
{
color: #E9E452;
}
.AnyTagClassName
{
color: #E9E452;
}
</style>
background-color css
<style>
a { background-color: #E9E452; }
a { background-color: rgb(233,228,82); }
div.DivClassName
{
background-color: #E9E452;
}
.BgClassName
{
background-color: #E9E452;
}
</style>
border-color css
<style>
span { border-color: #E9E452; }
span { border-color: rgb(233,228,82); }
td.TdClassName
{
border-color: #E9E452;
}
.TagClassName
{
border-color: #E9E452;
}
</style>