Shades of Manz #EFE059
Tints of Manz #EFE059
RGB
CMYK
RGB Variations
Color information
#EFE059 (or 0xEFE059) is known color: Manz. HEX triplet: EF, E0 and 59. RGB value is (239,224,89). Sum of RGB (Red+Green+Blue) = 239+224+89=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 89 (35.16% from 255 or 16.12% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE059 is #101FA6. Grayscale: #D5D5D5. Windows color (decimal): -1056679 or 5890287. OLE color: 5890287.
HSL color Cylindrical-coordinate representation of color #EFE059: hue angle of 54º 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 #EFE059 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 89 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.06 |
| HSL | 54º | 0.82% | 0.64% | - |
| HSV(B) | 54º | 0.63% | 0.94% | - |
| XYZ | 64.06 | 72.38 | 20.05 | - |
| YUV | 213.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 89 | 0 | 0.06 | 0.63 | 0.06 | 54 | 0.82 | 0.64 |
| Hex | EF | E0 | 59 | 0 | 6 | 3F | 6 | 36 | 52 | 40 |
| Octal | 357 | 340 | 131 | 0 | 6 | 77 | 6 | 66 | 122 | 100 |
| Binary | 11101111 | 11100000 | 1011001 | 0 | 110 | 111111 | 110 | 110110 | 1010010 | 1000000 |
Color Harmonies of #EFE059
Complementary color
Monochromatic Colors of #EFE059
Black with #EFE059
Text Example
Text Example
White with #EFE059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE059; }
p { color: rgb(239,224,89); }
H1.HeaderClassName
{
color: #EFE059;
}
.AnyTagClassName
{
color: #EFE059;
}
</style>
background-color css
<style>
a { background-color: #EFE059; }
a { background-color: rgb(239,224,89); }
div.DivClassName
{
background-color: #EFE059;
}
.BgClassName
{
background-color: #EFE059;
}
</style>
border-color css
<style>
span { border-color: #EFE059; }
span { border-color: rgb(239,224,89); }
td.TdClassName
{
border-color: #EFE059;
}
.TagClassName
{
border-color: #EFE059;
}
</style>