Shades of Manz #E6E25B
Tints of Manz #E6E25B
RGB
CMYK
RGB Variations
Color information
#E6E25B (or 0xE6E25B) is known color: Manz. HEX triplet: E6, E2 and 5B. RGB value is (230,226,91). Sum of RGB (Red+Green+Blue) = 230+226+91=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6E25B is #191DA4. Grayscale: #D4D4D4. Windows color (decimal): -1645989 or 6021862. OLE color: 6021862.
HSL color Cylindrical-coordinate representation of color #E6E25B: hue angle of 58.27º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6E25B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 226 | 91 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.10 |
| HSL | 58.27º | 0.74% | 0.63% | - |
| HSV(B) | 58.27º | 0.6% | 0.9% | - |
| XYZ | 61.72 | 71.97 | 20.54 | - |
| YUV | 211.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 226 | 91 | 0 | 0.02 | 0.60 | 0.10 | 58.27 | 0.74 | 0.63 |
| Hex | E6 | E2 | 5B | 0 | 2 | 3C | A | 3A | 4A | 3F |
| Octal | 346 | 342 | 133 | 0 | 2 | 74 | 12 | 72 | 112 | 77 |
| Binary | 11100110 | 11100010 | 1011011 | 0 | 10 | 111100 | 1010 | 111010 | 1001010 | 111111 |
Color Harmonies of #E6E25B
Complementary color
Monochromatic Colors of #E6E25B
Black with #E6E25B
Text Example
Text Example
White with #E6E25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E25B; }
p { color: rgb(230,226,91); }
H1.HeaderClassName
{
color: #E6E25B;
}
.AnyTagClassName
{
color: #E6E25B;
}
</style>
background-color css
<style>
a { background-color: #E6E25B; }
a { background-color: rgb(230,226,91); }
div.DivClassName
{
background-color: #E6E25B;
}
.BgClassName
{
background-color: #E6E25B;
}
</style>
border-color css
<style>
span { border-color: #E6E25B; }
span { border-color: rgb(230,226,91); }
td.TdClassName
{
border-color: #E6E25B;
}
.TagClassName
{
border-color: #E6E25B;
}
</style>