Shades of Vis Vis #EEE198
Tints of Vis Vis #EEE198
RGB
CMYK
RGB Variations
Color information
#EEE198 (or 0xEEE198) is known color: Vis Vis. HEX triplet: EE, E1 and 98. RGB value is (238,225,152). Sum of RGB (Red+Green+Blue) = 238+225+152=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE198 is #111E67. Grayscale: #DCDCDC. Windows color (decimal): -1121896 or 10019310. OLE color: 10019310.
HSL color Cylindrical-coordinate representation of color #EEE198: hue angle of 50.93º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE198 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 152 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 50.93º | 0.72% | 0.76% | - |
| HSV(B) | 50.93º | 0.36% | 0.93% | - |
| XYZ | 67.85 | 74.29 | 40.47 | - |
| YUV | 220.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 152 | 0 | 0.05 | 0.36 | 0.07 | 50.93 | 0.72 | 0.76 |
| Hex | EE | E1 | 98 | 0 | 5 | 24 | 7 | 33 | 48 | 4C |
| Octal | 356 | 341 | 230 | 0 | 5 | 44 | 7 | 63 | 110 | 114 |
| Binary | 11101110 | 11100001 | 10011000 | 0 | 101 | 100100 | 111 | 110011 | 1001000 | 1001100 |
Color Harmonies of #EEE198
Complementary color
Monochromatic Colors of #EEE198
Black with #EEE198
Text Example
Text Example
White with #EEE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE198; }
p { color: rgb(238,225,152); }
H1.HeaderClassName
{
color: #EEE198;
}
.AnyTagClassName
{
color: #EEE198;
}
</style>
background-color css
<style>
a { background-color: #EEE198; }
a { background-color: rgb(238,225,152); }
div.DivClassName
{
background-color: #EEE198;
}
.BgClassName
{
background-color: #EEE198;
}
</style>
border-color css
<style>
span { border-color: #EEE198; }
span { border-color: rgb(238,225,152); }
td.TdClassName
{
border-color: #EEE198;
}
.TagClassName
{
border-color: #EEE198;
}
</style>