Shades of Manz #E6E152
Tints of Manz #E6E152
RGB
CMYK
RGB Variations
Color information
#E6E152 (or 0xE6E152) is known color: Manz. HEX triplet: E6, E1 and 52. RGB value is (230,225,82). Sum of RGB (Red+Green+Blue) = 230+225+82=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 82 (32.42% from 255 or 15.27% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E152 is #191EAD. Grayscale: #D2D2D2. Windows color (decimal): -1646254 or 5431782. OLE color: 5431782.
HSL color Cylindrical-coordinate representation of color #E6E152: hue angle of 57.97º 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 #E6E152 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 82 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.10 |
| HSL | 57.97º | 0.75% | 0.61% | - |
| HSV(B) | 57.97º | 0.64% | 0.9% | - |
| XYZ | 61.08 | 71.28 | 18.52 | - |
| YUV | 210.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 82 | 0 | 0.02 | 0.64 | 0.10 | 57.97 | 0.75 | 0.61 |
| Hex | E6 | E1 | 52 | 0 | 2 | 40 | A | 3A | 4B | 3D |
| Octal | 346 | 341 | 122 | 0 | 2 | 100 | 12 | 72 | 113 | 75 |
| Binary | 11100110 | 11100001 | 1010010 | 0 | 10 | 1000000 | 1010 | 111010 | 1001011 | 111101 |
Color Harmonies of #E6E152
Complementary color
Monochromatic Colors of #E6E152
Black with #E6E152
Text Example
Text Example
White with #E6E152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E152; }
p { color: rgb(230,225,82); }
H1.HeaderClassName
{
color: #E6E152;
}
.AnyTagClassName
{
color: #E6E152;
}
</style>
background-color css
<style>
a { background-color: #E6E152; }
a { background-color: rgb(230,225,82); }
div.DivClassName
{
background-color: #E6E152;
}
.BgClassName
{
background-color: #E6E152;
}
</style>
border-color css
<style>
span { border-color: #E6E152; }
span { border-color: rgb(230,225,82); }
td.TdClassName
{
border-color: #E6E152;
}
.TagClassName
{
border-color: #E6E152;
}
</style>