Shades of Manz #EFE154
Tints of Manz #EFE154
RGB
CMYK
RGB Variations
Color information
#EFE154 (or 0xEFE154) is known color: Manz. HEX triplet: EF, E1 and 54. RGB value is (239,225,84). Sum of RGB (Red+Green+Blue) = 239+225+84=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 84 (33.20% from 255 or 15.33% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE154 is #101EAB. Grayscale: #D5D5D5. Windows color (decimal): -1056428 or 5562863. OLE color: 5562863.
HSL color Cylindrical-coordinate representation of color #EFE154: hue angle of 54.58º 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 #EFE154 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 84 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.06 |
| HSL | 54.58º | 0.83% | 0.63% | - |
| HSV(B) | 54.58º | 0.65% | 0.94% | - |
| XYZ | 64.12 | 72.84 | 19.07 | - |
| YUV | 213.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 84 | 0 | 0.06 | 0.65 | 0.06 | 54.58 | 0.83 | 0.63 |
| Hex | EF | E1 | 54 | 0 | 6 | 41 | 6 | 37 | 53 | 3F |
| Octal | 357 | 341 | 124 | 0 | 6 | 101 | 6 | 67 | 123 | 77 |
| Binary | 11101111 | 11100001 | 1010100 | 0 | 110 | 1000001 | 110 | 110111 | 1010011 | 111111 |
Color Harmonies of #EFE154
Complementary color
Monochromatic Colors of #EFE154
Black with #EFE154
Text Example
Text Example
White with #EFE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE154; }
p { color: rgb(239,225,84); }
H1.HeaderClassName
{
color: #EFE154;
}
.AnyTagClassName
{
color: #EFE154;
}
</style>
background-color css
<style>
a { background-color: #EFE154; }
a { background-color: rgb(239,225,84); }
div.DivClassName
{
background-color: #EFE154;
}
.BgClassName
{
background-color: #EFE154;
}
</style>
border-color css
<style>
span { border-color: #EFE154; }
span { border-color: rgb(239,225,84); }
td.TdClassName
{
border-color: #EFE154;
}
.TagClassName
{
border-color: #EFE154;
}
</style>