Shades of Manz #EFE459
Tints of Manz #EFE459
RGB
CMYK
RGB Variations
Color information
#EFE459 (or 0xEFE459) is known color: Manz. HEX triplet: EF, E4 and 59. RGB value is (239,228,89). Sum of RGB (Red+Green+Blue) = 239+228+89=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 89 (35.16% from 255 or 16.01% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE459 is #101BA6. Grayscale: #D8D8D8. Windows color (decimal): -1055655 or 5891311. OLE color: 5891311.
HSL color Cylindrical-coordinate representation of color #EFE459: hue angle of 55.6º degrees, saturation: 0.82, 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 #EFE459 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 89 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.06 |
| HSL | 55.6º | 0.82% | 0.64% | - |
| HSV(B) | 55.6º | 0.63% | 0.94% | - |
| XYZ | 65.14 | 74.56 | 20.41 | - |
| YUV | 215.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 89 | 0 | 0.05 | 0.63 | 0.06 | 55.6 | 0.82 | 0.64 |
| Hex | EF | E4 | 59 | 0 | 5 | 3F | 6 | 38 | 52 | 40 |
| Octal | 357 | 344 | 131 | 0 | 5 | 77 | 6 | 70 | 122 | 100 |
| Binary | 11101111 | 11100100 | 1011001 | 0 | 101 | 111111 | 110 | 111000 | 1010010 | 1000000 |
Color Harmonies of #EFE459
Complementary color
Monochromatic Colors of #EFE459
Black with #EFE459
Text Example
Text Example
White with #EFE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE459; }
p { color: rgb(239,228,89); }
H1.HeaderClassName
{
color: #EFE459;
}
.AnyTagClassName
{
color: #EFE459;
}
</style>
background-color css
<style>
a { background-color: #EFE459; }
a { background-color: rgb(239,228,89); }
div.DivClassName
{
background-color: #EFE459;
}
.BgClassName
{
background-color: #EFE459;
}
</style>
border-color css
<style>
span { border-color: #EFE459; }
span { border-color: rgb(239,228,89); }
td.TdClassName
{
border-color: #EFE459;
}
.TagClassName
{
border-color: #EFE459;
}
</style>