Shades of Manz #EFE051
Tints of Manz #EFE051
RGB
CMYK
RGB Variations
Color information
#EFE051 (or 0xEFE051) is known color: Manz. HEX triplet: EF, E0 and 51. RGB value is (239,224,81). Sum of RGB (Red+Green+Blue) = 239+224+81=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 81 (32.03% from 255 or 14.89% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE051 is #101FAE. Grayscale: #D4D4D4. Windows color (decimal): -1056687 or 5365999. OLE color: 5365999.
HSL color Cylindrical-coordinate representation of color #EFE051: hue angle of 54.3º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFE051 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 81 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.06 |
| HSL | 54.3º | 0.83% | 0.63% | - |
| HSV(B) | 54.3º | 0.66% | 0.94% | - |
| XYZ | 63.74 | 72.26 | 18.37 | - |
| YUV | 212.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 81 | 0 | 0.06 | 0.66 | 0.06 | 54.3 | 0.83 | 0.63 |
| Hex | EF | E0 | 51 | 0 | 6 | 42 | 6 | 36 | 53 | 3F |
| Octal | 357 | 340 | 121 | 0 | 6 | 102 | 6 | 66 | 123 | 77 |
| Binary | 11101111 | 11100000 | 1010001 | 0 | 110 | 1000010 | 110 | 110110 | 1010011 | 111111 |
Color Harmonies of #EFE051
Complementary color
Monochromatic Colors of #EFE051
Black with #EFE051
Text Example
Text Example
White with #EFE051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE051; }
p { color: rgb(239,224,81); }
H1.HeaderClassName
{
color: #EFE051;
}
.AnyTagClassName
{
color: #EFE051;
}
</style>
background-color css
<style>
a { background-color: #EFE051; }
a { background-color: rgb(239,224,81); }
div.DivClassName
{
background-color: #EFE051;
}
.BgClassName
{
background-color: #EFE051;
}
</style>
border-color css
<style>
span { border-color: #EFE051; }
span { border-color: rgb(239,224,81); }
td.TdClassName
{
border-color: #EFE051;
}
.TagClassName
{
border-color: #EFE051;
}
</style>