Shades of Manz #EFE15C
Tints of Manz #EFE15C
RGB
CMYK
RGB Variations
Color information
#EFE15C (or 0xEFE15C) is known color: Manz. HEX triplet: EF, E1 and 5C. RGB value is (239,225,92). Sum of RGB (Red+Green+Blue) = 239+225+92=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE15C is #101EA3. Grayscale: #D6D6D6. Windows color (decimal): -1056420 or 6087151. OLE color: 6087151.
HSL color Cylindrical-coordinate representation of color #EFE15C: hue angle of 54.29º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFE15C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 92 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.06 |
| HSL | 54.29º | 0.82% | 0.65% | - |
| HSV(B) | 54.29º | 0.62% | 0.94% | - |
| XYZ | 64.45 | 72.97 | 20.81 | - |
| YUV | 214.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 92 | 0 | 0.06 | 0.62 | 0.06 | 54.29 | 0.82 | 0.65 |
| Hex | EF | E1 | 5C | 0 | 6 | 3E | 6 | 36 | 52 | 41 |
| Octal | 357 | 341 | 134 | 0 | 6 | 76 | 6 | 66 | 122 | 101 |
| Binary | 11101111 | 11100001 | 1011100 | 0 | 110 | 111110 | 110 | 110110 | 1010010 | 1000001 |
Color Harmonies of #EFE15C
Complementary color
Monochromatic Colors of #EFE15C
Black with #EFE15C
Text Example
Text Example
White with #EFE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE15C; }
p { color: rgb(239,225,92); }
H1.HeaderClassName
{
color: #EFE15C;
}
.AnyTagClassName
{
color: #EFE15C;
}
</style>
background-color css
<style>
a { background-color: #EFE15C; }
a { background-color: rgb(239,225,92); }
div.DivClassName
{
background-color: #EFE15C;
}
.BgClassName
{
background-color: #EFE15C;
}
</style>
border-color css
<style>
span { border-color: #EFE15C; }
span { border-color: rgb(239,225,92); }
td.TdClassName
{
border-color: #EFE15C;
}
.TagClassName
{
border-color: #EFE15C;
}
</style>