Shades of Vis Vis #EEE197
Tints of Vis Vis #EEE197
RGB
CMYK
RGB Variations
Color information
#EEE197 (or 0xEEE197) is known color: Vis Vis. HEX triplet: EE, E1 and 97. RGB value is (238,225,151). Sum of RGB (Red+Green+Blue) = 238+225+151=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 151 (59.38% from 255 or 24.59% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE197 is #111E68. Grayscale: #DCDCDC. Windows color (decimal): -1121897 or 9953774. OLE color: 9953774.
HSL color Cylindrical-coordinate representation of color #EEE197: hue angle of 51.03º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEE197 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 151 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.07 |
| HSL | 51.03º | 0.72% | 0.76% | - |
| HSV(B) | 51.03º | 0.37% | 0.93% | - |
| XYZ | 67.77 | 74.26 | 40.04 | - |
| YUV | 220.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 151 | 0 | 0.05 | 0.37 | 0.07 | 51.03 | 0.72 | 0.76 |
| Hex | EE | E1 | 97 | 0 | 5 | 25 | 7 | 33 | 48 | 4C |
| Octal | 356 | 341 | 227 | 0 | 5 | 45 | 7 | 63 | 110 | 114 |
| Binary | 11101110 | 11100001 | 10010111 | 0 | 101 | 100101 | 111 | 110011 | 1001000 | 1001100 |
Color Harmonies of #EEE197
Complementary color
Monochromatic Colors of #EEE197
Black with #EEE197
Text Example
Text Example
White with #EEE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE197; }
p { color: rgb(238,225,151); }
H1.HeaderClassName
{
color: #EEE197;
}
.AnyTagClassName
{
color: #EEE197;
}
</style>
background-color css
<style>
a { background-color: #EEE197; }
a { background-color: rgb(238,225,151); }
div.DivClassName
{
background-color: #EEE197;
}
.BgClassName
{
background-color: #EEE197;
}
</style>
border-color css
<style>
span { border-color: #EEE197; }
span { border-color: rgb(238,225,151); }
td.TdClassName
{
border-color: #EEE197;
}
.TagClassName
{
border-color: #EEE197;
}
</style>