Shades of Vis Vis #EFE199
Tints of Vis Vis #EFE199
RGB
CMYK
RGB Variations
Color information
#EFE199 (or 0xEFE199) is known color: Vis Vis. HEX triplet: EF, E1 and 99. RGB value is (239,225,153). Sum of RGB (Red+Green+Blue) = 239+225+153=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE199 is #101E66. Grayscale: #DDDDDD. Windows color (decimal): -1056359 or 10084847. OLE color: 10084847.
HSL color Cylindrical-coordinate representation of color #EFE199: hue angle of 50.23º 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 #EFE199 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 153 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 50.23º | 0.73% | 0.77% | - |
| HSV(B) | 50.23º | 0.36% | 0.94% | - |
| XYZ | 68.27 | 74.5 | 40.92 | - |
| YUV | 220.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 153 | 0 | 0.06 | 0.36 | 0.06 | 50.23 | 0.73 | 0.77 |
| Hex | EF | E1 | 99 | 0 | 6 | 24 | 6 | 32 | 49 | 4D |
| Octal | 357 | 341 | 231 | 0 | 6 | 44 | 6 | 62 | 111 | 115 |
| Binary | 11101111 | 11100001 | 10011001 | 0 | 110 | 100100 | 110 | 110010 | 1001001 | 1001101 |
Color Harmonies of #EFE199
Complementary color
Monochromatic Colors of #EFE199
Black with #EFE199
Text Example
Text Example
White with #EFE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE199; }
p { color: rgb(239,225,153); }
H1.HeaderClassName
{
color: #EFE199;
}
.AnyTagClassName
{
color: #EFE199;
}
</style>
background-color css
<style>
a { background-color: #EFE199; }
a { background-color: rgb(239,225,153); }
div.DivClassName
{
background-color: #EFE199;
}
.BgClassName
{
background-color: #EFE199;
}
</style>
border-color css
<style>
span { border-color: #EFE199; }
span { border-color: rgb(239,225,153); }
td.TdClassName
{
border-color: #EFE199;
}
.TagClassName
{
border-color: #EFE199;
}
</style>