Shades of Manz #EFE256
Tints of Manz #EFE256
RGB
CMYK
RGB Variations
Color information
#EFE256 (or 0xEFE256) is known color: Manz. HEX triplet: EF, E2 and 56. RGB value is (239,226,86). Sum of RGB (Red+Green+Blue) = 239+226+86=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 86 (33.98% from 255 or 15.61% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE256 is #101DA9. Grayscale: #D6D6D6. Windows color (decimal): -1056170 or 5694191. OLE color: 5694191.
HSL color Cylindrical-coordinate representation of color #EFE256: hue angle of 54.9º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFE256 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.06 |
| HSL | 54.9º | 0.83% | 0.64% | - |
| HSV(B) | 54.9º | 0.64% | 0.94% | - |
| XYZ | 64.47 | 73.42 | 19.58 | - |
| YUV | 213.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 86 | 0 | 0.05 | 0.64 | 0.06 | 54.9 | 0.83 | 0.64 |
| Hex | EF | E2 | 56 | 0 | 5 | 40 | 6 | 37 | 53 | 40 |
| Octal | 357 | 342 | 126 | 0 | 5 | 100 | 6 | 67 | 123 | 100 |
| Binary | 11101111 | 11100010 | 1010110 | 0 | 101 | 1000000 | 110 | 110111 | 1010011 | 1000000 |
Color Harmonies of #EFE256
Complementary color
Monochromatic Colors of #EFE256
Black with #EFE256
Text Example
Text Example
White with #EFE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE256; }
p { color: rgb(239,226,86); }
H1.HeaderClassName
{
color: #EFE256;
}
.AnyTagClassName
{
color: #EFE256;
}
</style>
background-color css
<style>
a { background-color: #EFE256; }
a { background-color: rgb(239,226,86); }
div.DivClassName
{
background-color: #EFE256;
}
.BgClassName
{
background-color: #EFE256;
}
</style>
border-color css
<style>
span { border-color: #EFE256; }
span { border-color: rgb(239,226,86); }
td.TdClassName
{
border-color: #EFE256;
}
.TagClassName
{
border-color: #EFE256;
}
</style>