Shades of Vis Vis #EFDC93
Tints of Vis Vis #EFDC93
RGB
CMYK
RGB Variations
Color information
#EFDC93 (or 0xEFDC93) is known color: Vis Vis. HEX triplet: EF, DC and 93. RGB value is (239,220,147). Sum of RGB (Red+Green+Blue) = 239+220+147=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC93 is #10236C. Grayscale: #D9D9D9. Windows color (decimal): -1057645 or 9690351. OLE color: 9690351.
HSL color Cylindrical-coordinate representation of color #EFDC93: hue angle of 47.61º 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 #EFDC93 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 147 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.06 |
| HSL | 47.61º | 0.74% | 0.76% | - |
| HSV(B) | 47.61º | 0.38% | 0.94% | - |
| XYZ | 66.46 | 71.64 | 37.93 | - |
| YUV | 217.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 147 | 0 | 0.08 | 0.38 | 0.06 | 47.61 | 0.74 | 0.76 |
| Hex | EF | DC | 93 | 0 | 8 | 26 | 6 | 30 | 4A | 4C |
| Octal | 357 | 334 | 223 | 0 | 10 | 46 | 6 | 60 | 112 | 114 |
| Binary | 11101111 | 11011100 | 10010011 | 0 | 1000 | 100110 | 110 | 110000 | 1001010 | 1001100 |
Color Harmonies of #EFDC93
Complementary color
Monochromatic Colors of #EFDC93
Black with #EFDC93
Text Example
Text Example
White with #EFDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC93; }
p { color: rgb(239,220,147); }
H1.HeaderClassName
{
color: #EFDC93;
}
.AnyTagClassName
{
color: #EFDC93;
}
</style>
background-color css
<style>
a { background-color: #EFDC93; }
a { background-color: rgb(239,220,147); }
div.DivClassName
{
background-color: #EFDC93;
}
.BgClassName
{
background-color: #EFDC93;
}
</style>
border-color css
<style>
span { border-color: #EFDC93; }
span { border-color: rgb(239,220,147); }
td.TdClassName
{
border-color: #EFDC93;
}
.TagClassName
{
border-color: #EFDC93;
}
</style>