Shades of Manz #EFE24F
Tints of Manz #EFE24F
RGB
CMYK
RGB Variations
Color information
#EFE24F (or 0xEFE24F) is known color: Manz. HEX triplet: EF, E2 and 4F. RGB value is (239,226,79). Sum of RGB (Red+Green+Blue) = 239+226+79=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 79 (31.25% from 255 or 14.52% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE24F is #101DB0. Grayscale: #D5D5D5. Windows color (decimal): -1056177 or 5235439. OLE color: 5235439.
HSL color Cylindrical-coordinate representation of color #EFE24F: hue angle of 55.12º 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 #EFE24F is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 79 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.06 |
| HSL | 55.13º | 0.83% | 0.62% | - |
| HSV(B) | 55.13º | 0.67% | 0.94% | - |
| XYZ | 64.2 | 73.31 | 18.16 | - |
| YUV | 213.13 | 52.31 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 79 | 0 | 0.05 | 0.67 | 0.06 | 55.13 | 0.83 | 0.62 |
| Hex | EF | E2 | 4F | 0 | 5 | 43 | 6 | 37 | 53 | 3E |
| Octal | 357 | 342 | 117 | 0 | 5 | 103 | 6 | 67 | 123 | 76 |
| Binary | 11101111 | 11100010 | 1001111 | 0 | 101 | 1000011 | 110 | 110111 | 1010011 | 111110 |
Color Harmonies of #EFE24F
Complementary color
Monochromatic Colors of #EFE24F
Black with #EFE24F
Text Example
Text Example
White with #EFE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE24F; }
p { color: rgb(239,226,79); }
H1.HeaderClassName
{
color: #EFE24F;
}
.AnyTagClassName
{
color: #EFE24F;
}
</style>
background-color css
<style>
a { background-color: #EFE24F; }
a { background-color: rgb(239,226,79); }
div.DivClassName
{
background-color: #EFE24F;
}
.BgClassName
{
background-color: #EFE24F;
}
</style>
border-color css
<style>
span { border-color: #EFE24F; }
span { border-color: rgb(239,226,79); }
td.TdClassName
{
border-color: #EFE24F;
}
.TagClassName
{
border-color: #EFE24F;
}
</style>