Shades of Manz #EFE150
Tints of Manz #EFE150
RGB
CMYK
RGB Variations
Color information
#EFE150 (or 0xEFE150) is known color: Manz. HEX triplet: EF, E1 and 50. RGB value is (239,225,80). Sum of RGB (Red+Green+Blue) = 239+225+80=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE150 is #101EAF. Grayscale: #D5D5D5. Windows color (decimal): -1056432 or 5300719. OLE color: 5300719.
HSL color Cylindrical-coordinate representation of color #EFE150: hue angle of 54.72º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE150 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 80 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.06 |
| HSL | 54.72º | 0.83% | 0.63% | - |
| HSV(B) | 54.72º | 0.67% | 0.94% | - |
| XYZ | 63.97 | 72.78 | 18.27 | - |
| YUV | 212.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 80 | 0 | 0.06 | 0.67 | 0.06 | 54.72 | 0.83 | 0.63 |
| Hex | EF | E1 | 50 | 0 | 6 | 43 | 6 | 37 | 53 | 3F |
| Octal | 357 | 341 | 120 | 0 | 6 | 103 | 6 | 67 | 123 | 77 |
| Binary | 11101111 | 11100001 | 1010000 | 0 | 110 | 1000011 | 110 | 110111 | 1010011 | 111111 |
Color Harmonies of #EFE150
Complementary color
Monochromatic Colors of #EFE150
Black with #EFE150
Text Example
Text Example
White with #EFE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE150; }
p { color: rgb(239,225,80); }
H1.HeaderClassName
{
color: #EFE150;
}
.AnyTagClassName
{
color: #EFE150;
}
</style>
background-color css
<style>
a { background-color: #EFE150; }
a { background-color: rgb(239,225,80); }
div.DivClassName
{
background-color: #EFE150;
}
.BgClassName
{
background-color: #EFE150;
}
</style>
border-color css
<style>
span { border-color: #EFE150; }
span { border-color: rgb(239,225,80); }
td.TdClassName
{
border-color: #EFE150;
}
.TagClassName
{
border-color: #EFE150;
}
</style>