Shades of Manz #EFE158
Tints of Manz #EFE158
RGB
CMYK
RGB Variations
Color information
#EFE158 (or 0xEFE158) is known color: Manz. HEX triplet: EF, E1 and 58. RGB value is (239,225,88). Sum of RGB (Red+Green+Blue) = 239+225+88=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 88 (34.77% from 255 or 15.94% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE158 is #101EA7. Grayscale: #D6D6D6. Windows color (decimal): -1056424 or 5825007. OLE color: 5825007.
HSL color Cylindrical-coordinate representation of color #EFE158: hue angle of 54.44º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFE158 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 88 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.06 |
| HSL | 54.44º | 0.83% | 0.64% | - |
| HSV(B) | 54.44º | 0.63% | 0.94% | - |
| XYZ | 64.28 | 72.91 | 19.92 | - |
| YUV | 213.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 88 | 0 | 0.06 | 0.63 | 0.06 | 54.44 | 0.83 | 0.64 |
| Hex | EF | E1 | 58 | 0 | 6 | 3F | 6 | 36 | 53 | 40 |
| Octal | 357 | 341 | 130 | 0 | 6 | 77 | 6 | 66 | 123 | 100 |
| Binary | 11101111 | 11100001 | 1011000 | 0 | 110 | 111111 | 110 | 110110 | 1010011 | 1000000 |
Color Harmonies of #EFE158
Complementary color
Monochromatic Colors of #EFE158
Black with #EFE158
Text Example
Text Example
White with #EFE158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE158; }
p { color: rgb(239,225,88); }
H1.HeaderClassName
{
color: #EFE158;
}
.AnyTagClassName
{
color: #EFE158;
}
</style>
background-color css
<style>
a { background-color: #EFE158; }
a { background-color: rgb(239,225,88); }
div.DivClassName
{
background-color: #EFE158;
}
.BgClassName
{
background-color: #EFE158;
}
</style>
border-color css
<style>
span { border-color: #EFE158; }
span { border-color: rgb(239,225,88); }
td.TdClassName
{
border-color: #EFE158;
}
.TagClassName
{
border-color: #EFE158;
}
</style>