Shades of Vis Vis #EFE099
Tints of Vis Vis #EFE099
RGB
CMYK
RGB Variations
Color information
#EFE099 (or 0xEFE099) is known color: Vis Vis. HEX triplet: EF, E0 and 99. RGB value is (239,224,153). Sum of RGB (Red+Green+Blue) = 239+224+153=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE099 is #101F66. Grayscale: #DCDCDC. Windows color (decimal): -1056615 or 10084591. OLE color: 10084591.
HSL color Cylindrical-coordinate representation of color #EFE099: hue angle of 49.53º 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 #EFE099 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 153 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 49.53º | 0.73% | 0.77% | - |
| HSV(B) | 49.53º | 0.36% | 0.94% | - |
| XYZ | 68 | 73.96 | 40.83 | - |
| YUV | 220.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 153 | 0 | 0.06 | 0.36 | 0.06 | 49.53 | 0.73 | 0.77 |
| Hex | EF | E0 | 99 | 0 | 6 | 24 | 6 | 32 | 49 | 4D |
| Octal | 357 | 340 | 231 | 0 | 6 | 44 | 6 | 62 | 111 | 115 |
| Binary | 11101111 | 11100000 | 10011001 | 0 | 110 | 100100 | 110 | 110010 | 1001001 | 1001101 |
Color Harmonies of #EFE099
Complementary color
Monochromatic Colors of #EFE099
Black with #EFE099
Text Example
Text Example
White with #EFE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE099; }
p { color: rgb(239,224,153); }
H1.HeaderClassName
{
color: #EFE099;
}
.AnyTagClassName
{
color: #EFE099;
}
</style>
background-color css
<style>
a { background-color: #EFE099; }
a { background-color: rgb(239,224,153); }
div.DivClassName
{
background-color: #EFE099;
}
.BgClassName
{
background-color: #EFE099;
}
</style>
border-color css
<style>
span { border-color: #EFE099; }
span { border-color: rgb(239,224,153); }
td.TdClassName
{
border-color: #EFE099;
}
.TagClassName
{
border-color: #EFE099;
}
</style>