Shades of Manz #EFE253
Tints of Manz #EFE253
RGB
CMYK
RGB Variations
Color information
#EFE253 (or 0xEFE253) is known color: Manz. HEX triplet: EF, E2 and 53. RGB value is (239,226,83). Sum of RGB (Red+Green+Blue) = 239+226+83=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE253 is #101DAC. Grayscale: #D6D6D6. Windows color (decimal): -1056173 or 5497583. OLE color: 5497583.
HSL color Cylindrical-coordinate representation of color #EFE253: hue angle of 55º 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 #EFE253 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 83 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.06 |
| HSL | 55º | 0.83% | 0.63% | - |
| HSV(B) | 55º | 0.65% | 0.94% | - |
| XYZ | 64.35 | 73.37 | 18.95 | - |
| YUV | 213.59 | 54.31 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 83 | 0 | 0.05 | 0.65 | 0.06 | 55 | 0.83 | 0.63 |
| Hex | EF | E2 | 53 | 0 | 5 | 41 | 6 | 37 | 53 | 3F |
| Octal | 357 | 342 | 123 | 0 | 5 | 101 | 6 | 67 | 123 | 77 |
| Binary | 11101111 | 11100010 | 1010011 | 0 | 101 | 1000001 | 110 | 110111 | 1010011 | 111111 |
Color Harmonies of #EFE253
Complementary color
Monochromatic Colors of #EFE253
Black with #EFE253
Text Example
Text Example
White with #EFE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE253; }
p { color: rgb(239,226,83); }
H1.HeaderClassName
{
color: #EFE253;
}
.AnyTagClassName
{
color: #EFE253;
}
</style>
background-color css
<style>
a { background-color: #EFE253; }
a { background-color: rgb(239,226,83); }
div.DivClassName
{
background-color: #EFE253;
}
.BgClassName
{
background-color: #EFE253;
}
</style>
border-color css
<style>
span { border-color: #EFE253; }
span { border-color: rgb(239,226,83); }
td.TdClassName
{
border-color: #EFE253;
}
.TagClassName
{
border-color: #EFE253;
}
</style>