Shades of Vis Vis #EFE198
Tints of Vis Vis #EFE198
RGB
CMYK
RGB Variations
Color information
#EFE198 (or 0xEFE198) is known color: Vis Vis. HEX triplet: EF, E1 and 98. RGB value is (239,225,152). Sum of RGB (Red+Green+Blue) = 239+225+152=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE198 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE198 is #101E67. Grayscale: #DDDDDD. Windows color (decimal): -1056360 or 10019311. OLE color: 10019311.
HSL color Cylindrical-coordinate representation of color #EFE198: hue angle of 50.34º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE198 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 152 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 50.34º | 0.73% | 0.77% | - |
| HSV(B) | 50.34º | 0.36% | 0.94% | - |
| XYZ | 68.19 | 74.47 | 40.49 | - |
| YUV | 220.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 152 | 0 | 0.06 | 0.36 | 0.06 | 50.34 | 0.73 | 0.77 |
| Hex | EF | E1 | 98 | 0 | 6 | 24 | 6 | 32 | 49 | 4D |
| Octal | 357 | 341 | 230 | 0 | 6 | 44 | 6 | 62 | 111 | 115 |
| Binary | 11101111 | 11100001 | 10011000 | 0 | 110 | 100100 | 110 | 110010 | 1001001 | 1001101 |
Color Harmonies of #EFE198
Complementary color
Monochromatic Colors of #EFE198
Black with #EFE198
Text Example
Text Example
White with #EFE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE198; }
p { color: rgb(239,225,152); }
H1.HeaderClassName
{
color: #EFE198;
}
.AnyTagClassName
{
color: #EFE198;
}
</style>
background-color css
<style>
a { background-color: #EFE198; }
a { background-color: rgb(239,225,152); }
div.DivClassName
{
background-color: #EFE198;
}
.BgClassName
{
background-color: #EFE198;
}
</style>
border-color css
<style>
span { border-color: #EFE198; }
span { border-color: rgb(239,225,152); }
td.TdClassName
{
border-color: #EFE198;
}
.TagClassName
{
border-color: #EFE198;
}
</style>