Shades of Manz #EFE156
Tints of Manz #EFE156
RGB
CMYK
RGB Variations
Color information
#EFE156 (or 0xEFE156) is known color: Manz. HEX triplet: EF, E1 and 56. RGB value is (239,225,86). Sum of RGB (Red+Green+Blue) = 239+225+86=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 86 (33.98% from 255 or 15.64% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE156 is #101EA9. Grayscale: #D5D5D5. Windows color (decimal): -1056426 or 5693935. OLE color: 5693935.
HSL color Cylindrical-coordinate representation of color #EFE156: hue angle of 54.51º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFE156 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 86 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.06 |
| HSL | 54.51º | 0.83% | 0.64% | - |
| HSV(B) | 54.51º | 0.64% | 0.94% | - |
| XYZ | 64.2 | 72.87 | 19.49 | - |
| YUV | 213.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 86 | 0 | 0.06 | 0.64 | 0.06 | 54.51 | 0.83 | 0.64 |
| Hex | EF | E1 | 56 | 0 | 6 | 40 | 6 | 37 | 53 | 40 |
| Octal | 357 | 341 | 126 | 0 | 6 | 100 | 6 | 67 | 123 | 100 |
| Binary | 11101111 | 11100001 | 1010110 | 0 | 110 | 1000000 | 110 | 110111 | 1010011 | 1000000 |
Color Harmonies of #EFE156
Complementary color
Monochromatic Colors of #EFE156
Black with #EFE156
Text Example
Text Example
White with #EFE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE156; }
p { color: rgb(239,225,86); }
H1.HeaderClassName
{
color: #EFE156;
}
.AnyTagClassName
{
color: #EFE156;
}
</style>
background-color css
<style>
a { background-color: #EFE156; }
a { background-color: rgb(239,225,86); }
div.DivClassName
{
background-color: #EFE156;
}
.BgClassName
{
background-color: #EFE156;
}
</style>
border-color css
<style>
span { border-color: #EFE156; }
span { border-color: rgb(239,225,86); }
td.TdClassName
{
border-color: #EFE156;
}
.TagClassName
{
border-color: #EFE156;
}
</style>