Shades of Manz #EFE255
Tints of Manz #EFE255
RGB
CMYK
RGB Variations
Color information
#EFE255 (or 0xEFE255) is known color: Manz. HEX triplet: EF, E2 and 55. RGB value is (239,226,85). Sum of RGB (Red+Green+Blue) = 239+226+85=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE255 is #101DAA. Grayscale: #D6D6D6. Windows color (decimal): -1056171 or 5628655. OLE color: 5628655.
HSL color Cylindrical-coordinate representation of color #EFE255: hue angle of 54.94º 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 #EFE255 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 85 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.06 |
| HSL | 54.94º | 0.83% | 0.64% | - |
| HSV(B) | 54.94º | 0.64% | 0.94% | - |
| XYZ | 64.43 | 73.4 | 19.37 | - |
| YUV | 213.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 85 | 0 | 0.05 | 0.64 | 0.06 | 54.94 | 0.83 | 0.64 |
| Hex | EF | E2 | 55 | 0 | 5 | 40 | 6 | 37 | 53 | 40 |
| Octal | 357 | 342 | 125 | 0 | 5 | 100 | 6 | 67 | 123 | 100 |
| Binary | 11101111 | 11100010 | 1010101 | 0 | 101 | 1000000 | 110 | 110111 | 1010011 | 1000000 |
Color Harmonies of #EFE255
Complementary color
Monochromatic Colors of #EFE255
Black with #EFE255
Text Example
Text Example
White with #EFE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE255; }
p { color: rgb(239,226,85); }
H1.HeaderClassName
{
color: #EFE255;
}
.AnyTagClassName
{
color: #EFE255;
}
</style>
background-color css
<style>
a { background-color: #EFE255; }
a { background-color: rgb(239,226,85); }
div.DivClassName
{
background-color: #EFE255;
}
.BgClassName
{
background-color: #EFE255;
}
</style>
border-color css
<style>
span { border-color: #EFE255; }
span { border-color: rgb(239,226,85); }
td.TdClassName
{
border-color: #EFE255;
}
.TagClassName
{
border-color: #EFE255;
}
</style>