Shades of Manz #EFE152
Tints of Manz #EFE152
RGB
CMYK
RGB Variations
Color information
#EFE152 (or 0xEFE152) is known color: Manz. HEX triplet: EF, E1 and 52. RGB value is (239,225,82). Sum of RGB (Red+Green+Blue) = 239+225+82=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE152 is #101EAD. Grayscale: #D5D5D5. Windows color (decimal): -1056430 or 5431791. OLE color: 5431791.
HSL color Cylindrical-coordinate representation of color #EFE152: hue angle of 54.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFE152 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 82 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.06 |
| HSL | 54.65º | 0.83% | 0.63% | - |
| HSV(B) | 54.65º | 0.66% | 0.94% | - |
| XYZ | 64.04 | 72.81 | 18.66 | - |
| YUV | 212.88 | 54.14 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 82 | 0 | 0.06 | 0.66 | 0.06 | 54.65 | 0.83 | 0.63 |
| Hex | EF | E1 | 52 | 0 | 6 | 42 | 6 | 37 | 53 | 3F |
| Octal | 357 | 341 | 122 | 0 | 6 | 102 | 6 | 67 | 123 | 77 |
| Binary | 11101111 | 11100001 | 1010010 | 0 | 110 | 1000010 | 110 | 110111 | 1010011 | 111111 |
Color Harmonies of #EFE152
Complementary color
Monochromatic Colors of #EFE152
Black with #EFE152
Text Example
Text Example
White with #EFE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE152; }
p { color: rgb(239,225,82); }
H1.HeaderClassName
{
color: #EFE152;
}
.AnyTagClassName
{
color: #EFE152;
}
</style>
background-color css
<style>
a { background-color: #EFE152; }
a { background-color: rgb(239,225,82); }
div.DivClassName
{
background-color: #EFE152;
}
.BgClassName
{
background-color: #EFE152;
}
</style>
border-color css
<style>
span { border-color: #EFE152; }
span { border-color: rgb(239,225,82); }
td.TdClassName
{
border-color: #EFE152;
}
.TagClassName
{
border-color: #EFE152;
}
</style>