Shades of Manz #EFE250
Tints of Manz #EFE250
RGB
CMYK
RGB Variations
Color information
#EFE250 (or 0xEFE250) is known color: Manz. HEX triplet: EF, E2 and 50. RGB value is (239,226,80). Sum of RGB (Red+Green+Blue) = 239+226+80=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE250 is #101DAF. Grayscale: #D5D5D5. Windows color (decimal): -1056176 or 5300975. OLE color: 5300975.
HSL color Cylindrical-coordinate representation of color #EFE250: hue angle of 55.09º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFE250 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 80 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.06 |
| HSL | 55.09º | 0.83% | 0.63% | - |
| HSV(B) | 55.09º | 0.67% | 0.94% | - |
| XYZ | 64.24 | 73.32 | 18.36 | - |
| YUV | 213.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 80 | 0 | 0.05 | 0.67 | 0.06 | 55.09 | 0.83 | 0.63 |
| Hex | EF | E2 | 50 | 0 | 5 | 43 | 6 | 37 | 53 | 3F |
| Octal | 357 | 342 | 120 | 0 | 5 | 103 | 6 | 67 | 123 | 77 |
| Binary | 11101111 | 11100010 | 1010000 | 0 | 101 | 1000011 | 110 | 110111 | 1010011 | 111111 |
Color Harmonies of #EFE250
Complementary color
Monochromatic Colors of #EFE250
Black with #EFE250
Text Example
Text Example
White with #EFE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE250; }
p { color: rgb(239,226,80); }
H1.HeaderClassName
{
color: #EFE250;
}
.AnyTagClassName
{
color: #EFE250;
}
</style>
background-color css
<style>
a { background-color: #EFE250; }
a { background-color: rgb(239,226,80); }
div.DivClassName
{
background-color: #EFE250;
}
.BgClassName
{
background-color: #EFE250;
}
</style>
border-color css
<style>
span { border-color: #EFE250; }
span { border-color: rgb(239,226,80); }
td.TdClassName
{
border-color: #EFE250;
}
.TagClassName
{
border-color: #EFE250;
}
</style>