Shades of Manz #E6E452
Tints of Manz #E6E452
RGB
CMYK
RGB Variations
Color information
#E6E452 (or 0xE6E452) is known color: Manz. HEX triplet: E6, E4 and 52. RGB value is (230,228,82). Sum of RGB (Red+Green+Blue) = 230+228+82=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E452 is #191BAD. Grayscale: #D4D4D4. Windows color (decimal): -1645486 or 5432550. OLE color: 5432550.
HSL color Cylindrical-coordinate representation of color #E6E452: hue angle of 59.19º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E6E452 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 228 | 82 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.10 |
| HSL | 59.19º | 0.75% | 0.61% | - |
| HSV(B) | 59.19º | 0.64% | 0.9% | - |
| XYZ | 61.9 | 72.92 | 18.79 | - |
| YUV | 211.95 | 54.66 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 228 | 82 | 0 | 0.01 | 0.64 | 0.10 | 59.19 | 0.75 | 0.61 |
| Hex | E6 | E4 | 52 | 0 | 1 | 40 | A | 3B | 4B | 3D |
| Octal | 346 | 344 | 122 | 0 | 1 | 100 | 12 | 73 | 113 | 75 |
| Binary | 11100110 | 11100100 | 1010010 | 0 | 1 | 1000000 | 1010 | 111011 | 1001011 | 111101 |
Color Harmonies of #E6E452
Complementary color
Monochromatic Colors of #E6E452
Black with #E6E452
Text Example
Text Example
White with #E6E452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E452; }
p { color: rgb(230,228,82); }
H1.HeaderClassName
{
color: #E6E452;
}
.AnyTagClassName
{
color: #E6E452;
}
</style>
background-color css
<style>
a { background-color: #E6E452; }
a { background-color: rgb(230,228,82); }
div.DivClassName
{
background-color: #E6E452;
}
.BgClassName
{
background-color: #E6E452;
}
</style>
border-color css
<style>
span { border-color: #E6E452; }
span { border-color: rgb(230,228,82); }
td.TdClassName
{
border-color: #E6E452;
}
.TagClassName
{
border-color: #E6E452;
}
</style>