Shades of Vis Vis #EFE299
Tints of Vis Vis #EFE299
RGB
CMYK
RGB Variations
Color information
#EFE299 (or 0xEFE299) is known color: Vis Vis. HEX triplet: EF, E2 and 99. RGB value is (239,226,153). Sum of RGB (Red+Green+Blue) = 239+226+153=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE299 is #101D66. Grayscale: #DDDDDD. Windows color (decimal): -1056103 or 10085103. OLE color: 10085103.
HSL color Cylindrical-coordinate representation of color #EFE299: hue angle of 50.93º 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 #EFE299 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 153 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.06 |
| HSL | 50.93º | 0.73% | 0.77% | - |
| HSV(B) | 50.93º | 0.36% | 0.94% | - |
| XYZ | 68.54 | 75.04 | 41.01 | - |
| YUV | 221.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 153 | 0 | 0.05 | 0.36 | 0.06 | 50.93 | 0.73 | 0.77 |
| Hex | EF | E2 | 99 | 0 | 5 | 24 | 6 | 33 | 49 | 4D |
| Octal | 357 | 342 | 231 | 0 | 5 | 44 | 6 | 63 | 111 | 115 |
| Binary | 11101111 | 11100010 | 10011001 | 0 | 101 | 100100 | 110 | 110011 | 1001001 | 1001101 |
Color Harmonies of #EFE299
Complementary color
Monochromatic Colors of #EFE299
Black with #EFE299
Text Example
Text Example
White with #EFE299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE299; }
p { color: rgb(239,226,153); }
H1.HeaderClassName
{
color: #EFE299;
}
.AnyTagClassName
{
color: #EFE299;
}
</style>
background-color css
<style>
a { background-color: #EFE299; }
a { background-color: rgb(239,226,153); }
div.DivClassName
{
background-color: #EFE299;
}
.BgClassName
{
background-color: #EFE299;
}
</style>
border-color css
<style>
span { border-color: #EFE299; }
span { border-color: rgb(239,226,153); }
td.TdClassName
{
border-color: #EFE299;
}
.TagClassName
{
border-color: #EFE299;
}
</style>