Shades of Vis Vis #EFDB93
Tints of Vis Vis #EFDB93
RGB
CMYK
RGB Variations
Color information
#EFDB93 (or 0xEFDB93) is known color: Vis Vis. HEX triplet: EF, DB and 93. RGB value is (239,219,147). Sum of RGB (Red+Green+Blue) = 239+219+147=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB93 is #10246C. Grayscale: #D9D9D9. Windows color (decimal): -1057901 or 9690095. OLE color: 9690095.
HSL color Cylindrical-coordinate representation of color #EFDB93: hue angle of 46.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFDB93 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 147 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.06 |
| HSL | 46.96º | 0.74% | 0.76% | - |
| HSV(B) | 46.96º | 0.38% | 0.94% | - |
| XYZ | 66.19 | 71.12 | 37.84 | - |
| YUV | 216.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 147 | 0 | 0.08 | 0.38 | 0.06 | 46.96 | 0.74 | 0.76 |
| Hex | EF | DB | 93 | 0 | 8 | 26 | 6 | 2F | 4A | 4C |
| Octal | 357 | 333 | 223 | 0 | 10 | 46 | 6 | 57 | 112 | 114 |
| Binary | 11101111 | 11011011 | 10010011 | 0 | 1000 | 100110 | 110 | 101111 | 1001010 | 1001100 |
Color Harmonies of #EFDB93
Complementary color
Monochromatic Colors of #EFDB93
Black with #EFDB93
Text Example
Text Example
White with #EFDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB93; }
p { color: rgb(239,219,147); }
H1.HeaderClassName
{
color: #EFDB93;
}
.AnyTagClassName
{
color: #EFDB93;
}
</style>
background-color css
<style>
a { background-color: #EFDB93; }
a { background-color: rgb(239,219,147); }
div.DivClassName
{
background-color: #EFDB93;
}
.BgClassName
{
background-color: #EFDB93;
}
</style>
border-color css
<style>
span { border-color: #EFDB93; }
span { border-color: rgb(239,219,147); }
td.TdClassName
{
border-color: #EFDB93;
}
.TagClassName
{
border-color: #EFDB93;
}
</style>