Shades of Vis Vis #EFE197
Tints of Vis Vis #EFE197
RGB
CMYK
RGB Variations
Color information
#EFE197 (or 0xEFE197) is known color: Vis Vis. HEX triplet: EF, E1 and 97. RGB value is (239,225,151). Sum of RGB (Red+Green+Blue) = 239+225+151=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 151 (59.38% from 255 or 24.55% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE197 is #101E68. Grayscale: #DDDDDD. Windows color (decimal): -1056361 or 9953775. OLE color: 9953775.
HSL color Cylindrical-coordinate representation of color #EFE197: hue angle of 50.45º degrees, saturation: 0.73, 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 #EFE197 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 151 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.06 |
| HSL | 50.45º | 0.73% | 0.76% | - |
| HSV(B) | 50.45º | 0.37% | 0.94% | - |
| XYZ | 68.11 | 74.44 | 40.06 | - |
| YUV | 220.75 | 88.64 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 151 | 0 | 0.06 | 0.37 | 0.06 | 50.45 | 0.73 | 0.76 |
| Hex | EF | E1 | 97 | 0 | 6 | 25 | 6 | 32 | 49 | 4C |
| Octal | 357 | 341 | 227 | 0 | 6 | 45 | 6 | 62 | 111 | 114 |
| Binary | 11101111 | 11100001 | 10010111 | 0 | 110 | 100101 | 110 | 110010 | 1001001 | 1001100 |
Color Harmonies of #EFE197
Complementary color
Monochromatic Colors of #EFE197
Black with #EFE197
Text Example
Text Example
White with #EFE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE197; }
p { color: rgb(239,225,151); }
H1.HeaderClassName
{
color: #EFE197;
}
.AnyTagClassName
{
color: #EFE197;
}
</style>
background-color css
<style>
a { background-color: #EFE197; }
a { background-color: rgb(239,225,151); }
div.DivClassName
{
background-color: #EFE197;
}
.BgClassName
{
background-color: #EFE197;
}
</style>
border-color css
<style>
span { border-color: #EFE197; }
span { border-color: rgb(239,225,151); }
td.TdClassName
{
border-color: #EFE197;
}
.TagClassName
{
border-color: #EFE197;
}
</style>