Shades of Manz #EFE054
Tints of Manz #EFE054
RGB
CMYK
RGB Variations
Color information
#EFE054 (or 0xEFE054) is known color: Manz. HEX triplet: EF, E0 and 54. RGB value is (239,224,84). Sum of RGB (Red+Green+Blue) = 239+224+84=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 84 (33.20% from 255 or 15.36% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE054 is #101FAB. Grayscale: #D5D5D5. Windows color (decimal): -1056684 or 5562607. OLE color: 5562607.
HSL color Cylindrical-coordinate representation of color #EFE054: hue angle of 54.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE054 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 84 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.06 |
| HSL | 54.19º | 0.83% | 0.63% | - |
| HSV(B) | 54.19º | 0.65% | 0.94% | - |
| XYZ | 63.85 | 72.3 | 18.98 | - |
| YUV | 212.53 | 55.47 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 84 | 0 | 0.06 | 0.65 | 0.06 | 54.19 | 0.83 | 0.63 |
| Hex | EF | E0 | 54 | 0 | 6 | 41 | 6 | 36 | 53 | 3F |
| Octal | 357 | 340 | 124 | 0 | 6 | 101 | 6 | 66 | 123 | 77 |
| Binary | 11101111 | 11100000 | 1010100 | 0 | 110 | 1000001 | 110 | 110110 | 1010011 | 111111 |
Color Harmonies of #EFE054
Complementary color
Monochromatic Colors of #EFE054
Black with #EFE054
Text Example
Text Example
White with #EFE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE054; }
p { color: rgb(239,224,84); }
H1.HeaderClassName
{
color: #EFE054;
}
.AnyTagClassName
{
color: #EFE054;
}
</style>
background-color css
<style>
a { background-color: #EFE054; }
a { background-color: rgb(239,224,84); }
div.DivClassName
{
background-color: #EFE054;
}
.BgClassName
{
background-color: #EFE054;
}
</style>
border-color css
<style>
span { border-color: #EFE054; }
span { border-color: rgb(239,224,84); }
td.TdClassName
{
border-color: #EFE054;
}
.TagClassName
{
border-color: #EFE054;
}
</style>