Shades of Manz #E6E952
Tints of Manz #E6E952
RGB
CMYK
RGB Variations
Color information
#E6E952 (or 0xE6E952) is known color: Manz. HEX triplet: E6, E9 and 52. RGB value is (230,233,82). Sum of RGB (Red+Green+Blue) = 230+233+82=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E952 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E952 is #1916AD. Grayscale: #D7D7D7. Windows color (decimal): -1644206 or 5433830. OLE color: 5433830.
HSL color Cylindrical-coordinate representation of color #E6E952: hue angle of 61.19º 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 #E6E952 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 233 | 82 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.09 |
| HSL | 61.19º | 0.77% | 0.62% | - |
| HSV(B) | 61.19º | 0.65% | 0.91% | - |
| XYZ | 63.3 | 75.71 | 19.26 | - |
| YUV | 214.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 233 | 82 | 0.01 | 0 | 0.65 | 0.09 | 61.19 | 0.77 | 0.62 |
| Hex | E6 | E9 | 52 | 1 | 0 | 41 | 9 | 3D | 4D | 3E |
| Octal | 346 | 351 | 122 | 1 | 0 | 101 | 11 | 75 | 115 | 76 |
| Binary | 11100110 | 11101001 | 1010010 | 1 | 0 | 1000001 | 1001 | 111101 | 1001101 | 111110 |
Color Harmonies of #E6E952
Complementary color
Monochromatic Colors of #E6E952
Black with #E6E952
Text Example
Text Example
White with #E6E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E952; }
p { color: rgb(230,233,82); }
H1.HeaderClassName
{
color: #E6E952;
}
.AnyTagClassName
{
color: #E6E952;
}
</style>
background-color css
<style>
a { background-color: #E6E952; }
a { background-color: rgb(230,233,82); }
div.DivClassName
{
background-color: #E6E952;
}
.BgClassName
{
background-color: #E6E952;
}
</style>
border-color css
<style>
span { border-color: #E6E952; }
span { border-color: rgb(230,233,82); }
td.TdClassName
{
border-color: #E6E952;
}
.TagClassName
{
border-color: #E6E952;
}
</style>