Shades of Manz #E6F04C
Tints of Manz #E6F04C
RGB
CMYK
RGB Variations
Color information
#E6F04C (or 0xE6F04C) is known color: Manz. HEX triplet: E6, F0 and 4C. RGB value is (230,240,76). Sum of RGB (Red+Green+Blue) = 230+240+76=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 76 (30.08% from 255 or 13.92% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F04C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E6F04C is #190FB3. Grayscale: #DADADA. Windows color (decimal): -1642420 or 5042406. OLE color: 5042406.
HSL color Cylindrical-coordinate representation of color #E6F04C: hue angle of 63.66º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6F04C is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 76 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.06 |
| HSL | 63.66º | 0.85% | 0.62% | - |
| HSV(B) | 63.66º | 0.68% | 0.94% | - |
| XYZ | 65.1 | 79.66 | 18.78 | - |
| YUV | 218.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 76 | 0.04 | 0 | 0.68 | 0.06 | 63.66 | 0.85 | 0.62 |
| Hex | E6 | F0 | 4C | 4 | 0 | 44 | 6 | 40 | 55 | 3E |
| Octal | 346 | 360 | 114 | 4 | 0 | 104 | 6 | 100 | 125 | 76 |
| Binary | 11100110 | 11110000 | 1001100 | 100 | 0 | 1000100 | 110 | 1000000 | 1010101 | 111110 |
Color Harmonies of #E6F04C
Complementary color
Monochromatic Colors of #E6F04C
Black with #E6F04C
Text Example
Text Example
White with #E6F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F04C; }
p { color: rgb(230,240,76); }
H1.HeaderClassName
{
color: #E6F04C;
}
.AnyTagClassName
{
color: #E6F04C;
}
</style>
background-color css
<style>
a { background-color: #E6F04C; }
a { background-color: rgb(230,240,76); }
div.DivClassName
{
background-color: #E6F04C;
}
.BgClassName
{
background-color: #E6F04C;
}
</style>
border-color css
<style>
span { border-color: #E6F04C; }
span { border-color: rgb(230,240,76); }
td.TdClassName
{
border-color: #E6F04C;
}
.TagClassName
{
border-color: #E6F04C;
}
</style>