Shades of Manz #EFE557
Tints of Manz #EFE557
RGB
CMYK
RGB Variations
Color information
#EFE557 (or 0xEFE557) is known color: Manz. HEX triplet: EF, E5 and 57. RGB value is (239,229,87). Sum of RGB (Red+Green+Blue) = 239+229+87=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE557 is #101AA8. Grayscale: #D8D8D8. Windows color (decimal): -1055401 or 5760495. OLE color: 5760495.
HSL color Cylindrical-coordinate representation of color #EFE557: hue angle of 56.05º 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 #EFE557 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 87 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.06 |
| HSL | 56.05º | 0.83% | 0.64% | - |
| HSV(B) | 56.05º | 0.64% | 0.94% | - |
| XYZ | 65.34 | 75.08 | 20.06 | - |
| YUV | 215.8 | 55.31 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 87 | 0 | 0.04 | 0.64 | 0.06 | 56.05 | 0.83 | 0.64 |
| Hex | EF | E5 | 57 | 0 | 4 | 40 | 6 | 38 | 53 | 40 |
| Octal | 357 | 345 | 127 | 0 | 4 | 100 | 6 | 70 | 123 | 100 |
| Binary | 11101111 | 11100101 | 1010111 | 0 | 100 | 1000000 | 110 | 111000 | 1010011 | 1000000 |
Color Harmonies of #EFE557
Complementary color
Monochromatic Colors of #EFE557
Black with #EFE557
Text Example
Text Example
White with #EFE557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE557; }
p { color: rgb(239,229,87); }
H1.HeaderClassName
{
color: #EFE557;
}
.AnyTagClassName
{
color: #EFE557;
}
</style>
background-color css
<style>
a { background-color: #EFE557; }
a { background-color: rgb(239,229,87); }
div.DivClassName
{
background-color: #EFE557;
}
.BgClassName
{
background-color: #EFE557;
}
</style>
border-color css
<style>
span { border-color: #EFE557; }
span { border-color: rgb(239,229,87); }
td.TdClassName
{
border-color: #EFE557;
}
.TagClassName
{
border-color: #EFE557;
}
</style>