Shades of Vis Vis #EFE19B
Tints of Vis Vis #EFE19B
RGB
CMYK
RGB Variations
Color information
#EFE19B (or 0xEFE19B) is known color: Vis Vis. HEX triplet: EF, E1 and 9B. RGB value is (239,225,155). Sum of RGB (Red+Green+Blue) = 239+225+155=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 155 (60.94% from 255 or 25.04% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE19B is #101E64. Grayscale: #DDDDDD. Windows color (decimal): -1056357 or 10215919. OLE color: 10215919.
HSL color Cylindrical-coordinate representation of color #EFE19B: hue angle of 50º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFE19B is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 155 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.06 |
| HSL | 50º | 0.72% | 0.77% | - |
| HSV(B) | 50º | 0.35% | 0.94% | - |
| XYZ | 68.44 | 74.57 | 41.8 | - |
| YUV | 221.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 155 | 0 | 0.06 | 0.35 | 0.06 | 50 | 0.72 | 0.77 |
| Hex | EF | E1 | 9B | 0 | 6 | 23 | 6 | 32 | 48 | 4D |
| Octal | 357 | 341 | 233 | 0 | 6 | 43 | 6 | 62 | 110 | 115 |
| Binary | 11101111 | 11100001 | 10011011 | 0 | 110 | 100011 | 110 | 110010 | 1001000 | 1001101 |
Color Harmonies of #EFE19B
Complementary color
Monochromatic Colors of #EFE19B
Black with #EFE19B
Text Example
Text Example
White with #EFE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE19B; }
p { color: rgb(239,225,155); }
H1.HeaderClassName
{
color: #EFE19B;
}
.AnyTagClassName
{
color: #EFE19B;
}
</style>
background-color css
<style>
a { background-color: #EFE19B; }
a { background-color: rgb(239,225,155); }
div.DivClassName
{
background-color: #EFE19B;
}
.BgClassName
{
background-color: #EFE19B;
}
</style>
border-color css
<style>
span { border-color: #EFE19B; }
span { border-color: rgb(239,225,155); }
td.TdClassName
{
border-color: #EFE19B;
}
.TagClassName
{
border-color: #EFE19B;
}
</style>