Shades of Manz #E6E14A
Tints of Manz #E6E14A
RGB
CMYK
RGB Variations
Color information
#E6E14A (or 0xE6E14A) is known color: Manz. HEX triplet: E6, E1 and 4A. RGB value is (230,225,74). Sum of RGB (Red+Green+Blue) = 230+225+74=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6E14A is #191EB5. Grayscale: #D1D1D1. Windows color (decimal): -1646262 or 4907494. OLE color: 4907494.
HSL color Cylindrical-coordinate representation of color #E6E14A: hue angle of 58.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6E14A is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 225 | 74 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.10 |
| HSL | 58.08º | 0.76% | 0.6% | - |
| HSV(B) | 58.08º | 0.68% | 0.9% | - |
| XYZ | 60.79 | 71.17 | 17.01 | - |
| YUV | 209.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 225 | 74 | 0 | 0.02 | 0.68 | 0.10 | 58.08 | 0.76 | 0.6 |
| Hex | E6 | E1 | 4A | 0 | 2 | 44 | A | 3A | 4C | 3C |
| Octal | 346 | 341 | 112 | 0 | 2 | 104 | 12 | 72 | 114 | 74 |
| Binary | 11100110 | 11100001 | 1001010 | 0 | 10 | 1000100 | 1010 | 111010 | 1001100 | 111100 |
Color Harmonies of #E6E14A
Complementary color
Monochromatic Colors of #E6E14A
Black with #E6E14A
Text Example
Text Example
White with #E6E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E14A; }
p { color: rgb(230,225,74); }
H1.HeaderClassName
{
color: #E6E14A;
}
.AnyTagClassName
{
color: #E6E14A;
}
</style>
background-color css
<style>
a { background-color: #E6E14A; }
a { background-color: rgb(230,225,74); }
div.DivClassName
{
background-color: #E6E14A;
}
.BgClassName
{
background-color: #E6E14A;
}
</style>
border-color css
<style>
span { border-color: #E6E14A; }
span { border-color: rgb(230,225,74); }
td.TdClassName
{
border-color: #E6E14A;
}
.TagClassName
{
border-color: #E6E14A;
}
</style>