Shades of Vis Vis #EFE096
Tints of Vis Vis #EFE096
RGB
CMYK
RGB Variations
Color information
#EFE096 (or 0xEFE096) is known color: Vis Vis. HEX triplet: EF, E0 and 96. RGB value is (239,224,150). Sum of RGB (Red+Green+Blue) = 239+224+150=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 150 (58.98% from 255 or 24.47% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE096 is #101F69. Grayscale: #DCDCDC. Windows color (decimal): -1056618 or 9887983. OLE color: 9887983.
HSL color Cylindrical-coordinate representation of color #EFE096: hue angle of 49.89º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFE096 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 150 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.06 |
| HSL | 49.89º | 0.74% | 0.76% | - |
| HSV(B) | 49.89º | 0.37% | 0.94% | - |
| XYZ | 67.76 | 73.86 | 39.54 | - |
| YUV | 220.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 150 | 0 | 0.06 | 0.37 | 0.06 | 49.89 | 0.74 | 0.76 |
| Hex | EF | E0 | 96 | 0 | 6 | 25 | 6 | 32 | 4A | 4C |
| Octal | 357 | 340 | 226 | 0 | 6 | 45 | 6 | 62 | 112 | 114 |
| Binary | 11101111 | 11100000 | 10010110 | 0 | 110 | 100101 | 110 | 110010 | 1001010 | 1001100 |
Color Harmonies of #EFE096
Complementary color
Monochromatic Colors of #EFE096
Black with #EFE096
Text Example
Text Example
White with #EFE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE096; }
p { color: rgb(239,224,150); }
H1.HeaderClassName
{
color: #EFE096;
}
.AnyTagClassName
{
color: #EFE096;
}
</style>
background-color css
<style>
a { background-color: #EFE096; }
a { background-color: rgb(239,224,150); }
div.DivClassName
{
background-color: #EFE096;
}
.BgClassName
{
background-color: #EFE096;
}
</style>
border-color css
<style>
span { border-color: #EFE096; }
span { border-color: rgb(239,224,150); }
td.TdClassName
{
border-color: #EFE096;
}
.TagClassName
{
border-color: #EFE096;
}
</style>