Shades of Manz #EFE05E
Tints of Manz #EFE05E
RGB
CMYK
RGB Variations
Color information
#EFE05E (or 0xEFE05E) is known color: Manz. HEX triplet: EF, E0 and 5E. RGB value is (239,224,94). Sum of RGB (Red+Green+Blue) = 239+224+94=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE05E is #101FA1. Grayscale: #D6D6D6. Windows color (decimal): -1056674 or 6217967. OLE color: 6217967.
HSL color Cylindrical-coordinate representation of color #EFE05E: hue angle of 53.79º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFE05E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 94 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.06 |
| HSL | 53.79º | 0.82% | 0.65% | - |
| HSV(B) | 53.79º | 0.61% | 0.94% | - |
| XYZ | 64.27 | 72.47 | 21.19 | - |
| YUV | 213.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 94 | 0 | 0.06 | 0.61 | 0.06 | 53.79 | 0.82 | 0.65 |
| Hex | EF | E0 | 5E | 0 | 6 | 3D | 6 | 36 | 52 | 41 |
| Octal | 357 | 340 | 136 | 0 | 6 | 75 | 6 | 66 | 122 | 101 |
| Binary | 11101111 | 11100000 | 1011110 | 0 | 110 | 111101 | 110 | 110110 | 1010010 | 1000001 |
Color Harmonies of #EFE05E
Complementary color
Monochromatic Colors of #EFE05E
Black with #EFE05E
Text Example
Text Example
White with #EFE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE05E; }
p { color: rgb(239,224,94); }
H1.HeaderClassName
{
color: #EFE05E;
}
.AnyTagClassName
{
color: #EFE05E;
}
</style>
background-color css
<style>
a { background-color: #EFE05E; }
a { background-color: rgb(239,224,94); }
div.DivClassName
{
background-color: #EFE05E;
}
.BgClassName
{
background-color: #EFE05E;
}
</style>
border-color css
<style>
span { border-color: #EFE05E; }
span { border-color: rgb(239,224,94); }
td.TdClassName
{
border-color: #EFE05E;
}
.TagClassName
{
border-color: #EFE05E;
}
</style>