Shades of Manz #EFE24E
Tints of Manz #EFE24E
RGB
CMYK
RGB Variations
Color information
#EFE24E (or 0xEFE24E) is known color: Manz. HEX triplet: EF, E2 and 4E. RGB value is (239,226,78). Sum of RGB (Red+Green+Blue) = 239+226+78=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE24E is #101DB1. Grayscale: #D5D5D5. Windows color (decimal): -1056178 or 5169903. OLE color: 5169903.
HSL color Cylindrical-coordinate representation of color #EFE24E: hue angle of 55.16º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE24E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 78 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.06 |
| HSL | 55.16º | 0.83% | 0.62% | - |
| HSV(B) | 55.16º | 0.67% | 0.94% | - |
| XYZ | 64.17 | 73.29 | 17.97 | - |
| YUV | 213.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 78 | 0 | 0.05 | 0.67 | 0.06 | 55.16 | 0.83 | 0.62 |
| Hex | EF | E2 | 4E | 0 | 5 | 43 | 6 | 37 | 53 | 3E |
| Octal | 357 | 342 | 116 | 0 | 5 | 103 | 6 | 67 | 123 | 76 |
| Binary | 11101111 | 11100010 | 1001110 | 0 | 101 | 1000011 | 110 | 110111 | 1010011 | 111110 |
Color Harmonies of #EFE24E
Complementary color
Monochromatic Colors of #EFE24E
Black with #EFE24E
Text Example
Text Example
White with #EFE24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE24E; }
p { color: rgb(239,226,78); }
H1.HeaderClassName
{
color: #EFE24E;
}
.AnyTagClassName
{
color: #EFE24E;
}
</style>
background-color css
<style>
a { background-color: #EFE24E; }
a { background-color: rgb(239,226,78); }
div.DivClassName
{
background-color: #EFE24E;
}
.BgClassName
{
background-color: #EFE24E;
}
</style>
border-color css
<style>
span { border-color: #EFE24E; }
span { border-color: rgb(239,226,78); }
td.TdClassName
{
border-color: #EFE24E;
}
.TagClassName
{
border-color: #EFE24E;
}
</style>