Shades of Vis Vis #EFDC91
Tints of Vis Vis #EFDC91
RGB
CMYK
RGB Variations
Color information
#EFDC91 (or 0xEFDC91) is known color: Vis Vis. HEX triplet: EF, DC and 91. RGB value is (239,220,145). Sum of RGB (Red+Green+Blue) = 239+220+145=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC91 is #10236E. Grayscale: #D9D9D9. Windows color (decimal): -1057647 or 9559279. OLE color: 9559279.
HSL color Cylindrical-coordinate representation of color #EFDC91: hue angle of 47.87º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDC91 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 145 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.06 |
| HSL | 47.87º | 0.75% | 0.75% | - |
| HSV(B) | 47.87º | 0.39% | 0.94% | - |
| XYZ | 66.3 | 71.58 | 37.11 | - |
| YUV | 217.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 145 | 0 | 0.08 | 0.39 | 0.06 | 47.87 | 0.75 | 0.75 |
| Hex | EF | DC | 91 | 0 | 8 | 27 | 6 | 30 | 4B | 4B |
| Octal | 357 | 334 | 221 | 0 | 10 | 47 | 6 | 60 | 113 | 113 |
| Binary | 11101111 | 11011100 | 10010001 | 0 | 1000 | 100111 | 110 | 110000 | 1001011 | 1001011 |
Color Harmonies of #EFDC91
Complementary color
Monochromatic Colors of #EFDC91
Black with #EFDC91
Text Example
Text Example
White with #EFDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC91; }
p { color: rgb(239,220,145); }
H1.HeaderClassName
{
color: #EFDC91;
}
.AnyTagClassName
{
color: #EFDC91;
}
</style>
background-color css
<style>
a { background-color: #EFDC91; }
a { background-color: rgb(239,220,145); }
div.DivClassName
{
background-color: #EFDC91;
}
.BgClassName
{
background-color: #EFDC91;
}
</style>
border-color css
<style>
span { border-color: #EFDC91; }
span { border-color: rgb(239,220,145); }
td.TdClassName
{
border-color: #EFDC91;
}
.TagClassName
{
border-color: #EFDC91;
}
</style>