Shades of Vis Vis #EFDC96
Tints of Vis Vis #EFDC96
RGB
CMYK
RGB Variations
Color information
#EFDC96 (or 0xEFDC96) is known color: Vis Vis. HEX triplet: EF, DC and 96. RGB value is (239,220,150). Sum of RGB (Red+Green+Blue) = 239+220+150=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC96 is #102369. Grayscale: #DADADA. Windows color (decimal): -1057642 or 9886959. OLE color: 9886959.
HSL color Cylindrical-coordinate representation of color #EFDC96: hue angle of 47.19º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFDC96 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 150 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.06 |
| HSL | 47.19º | 0.74% | 0.76% | - |
| HSV(B) | 47.19º | 0.37% | 0.94% | - |
| XYZ | 66.69 | 71.74 | 39.19 | - |
| YUV | 217.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 150 | 0 | 0.08 | 0.37 | 0.06 | 47.19 | 0.74 | 0.76 |
| Hex | EF | DC | 96 | 0 | 8 | 25 | 6 | 2F | 4A | 4C |
| Octal | 357 | 334 | 226 | 0 | 10 | 45 | 6 | 57 | 112 | 114 |
| Binary | 11101111 | 11011100 | 10010110 | 0 | 1000 | 100101 | 110 | 101111 | 1001010 | 1001100 |
Color Harmonies of #EFDC96
Complementary color
Monochromatic Colors of #EFDC96
Black with #EFDC96
Text Example
Text Example
White with #EFDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC96; }
p { color: rgb(239,220,150); }
H1.HeaderClassName
{
color: #EFDC96;
}
.AnyTagClassName
{
color: #EFDC96;
}
</style>
background-color css
<style>
a { background-color: #EFDC96; }
a { background-color: rgb(239,220,150); }
div.DivClassName
{
background-color: #EFDC96;
}
.BgClassName
{
background-color: #EFDC96;
}
</style>
border-color css
<style>
span { border-color: #EFDC96; }
span { border-color: rgb(239,220,150); }
td.TdClassName
{
border-color: #EFDC96;
}
.TagClassName
{
border-color: #EFDC96;
}
</style>