Shades of Manz #EFE455
Tints of Manz #EFE455
RGB
CMYK
RGB Variations
Color information
#EFE455 (or 0xEFE455) is known color: Manz. HEX triplet: EF, E4 and 55. RGB value is (239,228,85). Sum of RGB (Red+Green+Blue) = 239+228+85=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE455 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE455 is #101BAA. Grayscale: #D7D7D7. Windows color (decimal): -1055659 or 5629167. OLE color: 5629167.
HSL color Cylindrical-coordinate representation of color #EFE455: hue angle of 55.71º 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 #EFE455 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 85 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.06 |
| HSL | 55.71º | 0.83% | 0.64% | - |
| HSV(B) | 55.71º | 0.64% | 0.94% | - |
| XYZ | 64.98 | 74.49 | 19.55 | - |
| YUV | 214.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 85 | 0 | 0.05 | 0.64 | 0.06 | 55.71 | 0.83 | 0.64 |
| Hex | EF | E4 | 55 | 0 | 5 | 40 | 6 | 38 | 53 | 40 |
| Octal | 357 | 344 | 125 | 0 | 5 | 100 | 6 | 70 | 123 | 100 |
| Binary | 11101111 | 11100100 | 1010101 | 0 | 101 | 1000000 | 110 | 111000 | 1010011 | 1000000 |
Color Harmonies of #EFE455
Complementary color
Monochromatic Colors of #EFE455
Black with #EFE455
Text Example
Text Example
White with #EFE455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE455; }
p { color: rgb(239,228,85); }
H1.HeaderClassName
{
color: #EFE455;
}
.AnyTagClassName
{
color: #EFE455;
}
</style>
background-color css
<style>
a { background-color: #EFE455; }
a { background-color: rgb(239,228,85); }
div.DivClassName
{
background-color: #EFE455;
}
.BgClassName
{
background-color: #EFE455;
}
</style>
border-color css
<style>
span { border-color: #EFE455; }
span { border-color: rgb(239,228,85); }
td.TdClassName
{
border-color: #EFE455;
}
.TagClassName
{
border-color: #EFE455;
}
</style>