Shades of Manz #E6E752
Tints of Manz #E6E752
RGB
CMYK
RGB Variations
Color information
#E6E752 (or 0xE6E752) is known color: Manz. HEX triplet: E6, E7 and 52. RGB value is (230,231,82). Sum of RGB (Red+Green+Blue) = 230+231+82=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 82 (32.42% from 255 or 15.10% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6E752 is #1918AD. Grayscale: #D6D6D6. Windows color (decimal): -1644718 or 5433318. OLE color: 5433318.
HSL color Cylindrical-coordinate representation of color #E6E752: hue angle of 60.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6E752 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 82 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.09 |
| HSL | 60.4º | 0.76% | 0.61% | - |
| HSV(B) | 60.4º | 0.65% | 0.91% | - |
| XYZ | 62.73 | 74.58 | 19.07 | - |
| YUV | 213.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 82 | 0.00 | 0 | 0.65 | 0.09 | 60.4 | 0.76 | 0.61 |
| Hex | E6 | E7 | 52 | 0 | 0 | 41 | 9 | 3C | 4C | 3D |
| Octal | 346 | 347 | 122 | 0 | 0 | 101 | 11 | 74 | 114 | 75 |
| Binary | 11100110 | 11100111 | 1010010 | 0 | 0 | 1000001 | 1001 | 111100 | 1001100 | 111101 |
Color Harmonies of #E6E752
Complementary color
Monochromatic Colors of #E6E752
Black with #E6E752
Text Example
Text Example
White with #E6E752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E752; }
p { color: rgb(230,231,82); }
H1.HeaderClassName
{
color: #E6E752;
}
.AnyTagClassName
{
color: #E6E752;
}
</style>
background-color css
<style>
a { background-color: #E6E752; }
a { background-color: rgb(230,231,82); }
div.DivClassName
{
background-color: #E6E752;
}
.BgClassName
{
background-color: #E6E752;
}
</style>
border-color css
<style>
span { border-color: #E6E752; }
span { border-color: rgb(230,231,82); }
td.TdClassName
{
border-color: #E6E752;
}
.TagClassName
{
border-color: #E6E752;
}
</style>