Shades of Manz #EFE254
Tints of Manz #EFE254
RGB
CMYK
RGB Variations
Color information
#EFE254 (or 0xEFE254) is known color: Manz. HEX triplet: EF, E2 and 54. RGB value is (239,226,84). Sum of RGB (Red+Green+Blue) = 239+226+84=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 84 (33.20% from 255 or 15.30% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE254 is #101DAB. Grayscale: #D6D6D6. Windows color (decimal): -1056172 or 5563119. OLE color: 5563119.
HSL color Cylindrical-coordinate representation of color #EFE254: hue angle of 54.97º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE254 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 84 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.06 |
| HSL | 54.97º | 0.83% | 0.63% | - |
| HSV(B) | 54.97º | 0.65% | 0.94% | - |
| XYZ | 64.39 | 73.38 | 19.16 | - |
| YUV | 213.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 84 | 0 | 0.05 | 0.65 | 0.06 | 54.97 | 0.83 | 0.63 |
| Hex | EF | E2 | 54 | 0 | 5 | 41 | 6 | 37 | 53 | 3F |
| Octal | 357 | 342 | 124 | 0 | 5 | 101 | 6 | 67 | 123 | 77 |
| Binary | 11101111 | 11100010 | 1010100 | 0 | 101 | 1000001 | 110 | 110111 | 1010011 | 111111 |
Color Harmonies of #EFE254
Complementary color
Monochromatic Colors of #EFE254
Black with #EFE254
Text Example
Text Example
White with #EFE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE254; }
p { color: rgb(239,226,84); }
H1.HeaderClassName
{
color: #EFE254;
}
.AnyTagClassName
{
color: #EFE254;
}
</style>
background-color css
<style>
a { background-color: #EFE254; }
a { background-color: rgb(239,226,84); }
div.DivClassName
{
background-color: #EFE254;
}
.BgClassName
{
background-color: #EFE254;
}
</style>
border-color css
<style>
span { border-color: #EFE254; }
span { border-color: rgb(239,226,84); }
td.TdClassName
{
border-color: #EFE254;
}
.TagClassName
{
border-color: #EFE254;
}
</style>