Shades of Manz #EFE155
Tints of Manz #EFE155
RGB
CMYK
RGB Variations
Color information
#EFE155 (or 0xEFE155) is known color: Manz. HEX triplet: EF, E1 and 55. RGB value is (239,225,85). Sum of RGB (Red+Green+Blue) = 239+225+85=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 85 (33.59% from 255 or 15.48% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE155 is #101EAA. Grayscale: #D5D5D5. Windows color (decimal): -1056427 or 5628399. OLE color: 5628399.
HSL color Cylindrical-coordinate representation of color #EFE155: hue angle of 54.55º 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 #EFE155 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 85 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.06 |
| HSL | 54.55º | 0.83% | 0.64% | - |
| HSV(B) | 54.55º | 0.64% | 0.94% | - |
| XYZ | 64.16 | 72.86 | 19.28 | - |
| YUV | 213.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 85 | 0 | 0.06 | 0.64 | 0.06 | 54.55 | 0.83 | 0.64 |
| Hex | EF | E1 | 55 | 0 | 6 | 40 | 6 | 37 | 53 | 40 |
| Octal | 357 | 341 | 125 | 0 | 6 | 100 | 6 | 67 | 123 | 100 |
| Binary | 11101111 | 11100001 | 1010101 | 0 | 110 | 1000000 | 110 | 110111 | 1010011 | 1000000 |
Color Harmonies of #EFE155
Complementary color
Monochromatic Colors of #EFE155
Black with #EFE155
Text Example
Text Example
White with #EFE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE155; }
p { color: rgb(239,225,85); }
H1.HeaderClassName
{
color: #EFE155;
}
.AnyTagClassName
{
color: #EFE155;
}
</style>
background-color css
<style>
a { background-color: #EFE155; }
a { background-color: rgb(239,225,85); }
div.DivClassName
{
background-color: #EFE155;
}
.BgClassName
{
background-color: #EFE155;
}
</style>
border-color css
<style>
span { border-color: #EFE155; }
span { border-color: rgb(239,225,85); }
td.TdClassName
{
border-color: #EFE155;
}
.TagClassName
{
border-color: #EFE155;
}
</style>