Shades of Vis Vis #EFDF94
Tints of Vis Vis #EFDF94
RGB
CMYK
RGB Variations
Color information
#EFDF94 (or 0xEFDF94) is known color: Vis Vis. HEX triplet: EF, DF and 94. RGB value is (239,223,148). Sum of RGB (Red+Green+Blue) = 239+223+148=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 148 (58.20% from 255 or 24.26% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF94 is #10206B. Grayscale: #DBDBDB. Windows color (decimal): -1056876 or 9756655. OLE color: 9756655.
HSL color Cylindrical-coordinate representation of color #EFDF94: hue angle of 49.45º 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 #EFDF94 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 148 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.06 |
| HSL | 49.45º | 0.74% | 0.76% | - |
| HSV(B) | 49.45º | 0.38% | 0.94% | - |
| XYZ | 67.33 | 73.26 | 38.61 | - |
| YUV | 219.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 148 | 0 | 0.07 | 0.38 | 0.06 | 49.45 | 0.74 | 0.76 |
| Hex | EF | DF | 94 | 0 | 7 | 26 | 6 | 31 | 4A | 4C |
| Octal | 357 | 337 | 224 | 0 | 7 | 46 | 6 | 61 | 112 | 114 |
| Binary | 11101111 | 11011111 | 10010100 | 0 | 111 | 100110 | 110 | 110001 | 1001010 | 1001100 |
Color Harmonies of #EFDF94
Complementary color
Monochromatic Colors of #EFDF94
Black with #EFDF94
Text Example
Text Example
White with #EFDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF94; }
p { color: rgb(239,223,148); }
H1.HeaderClassName
{
color: #EFDF94;
}
.AnyTagClassName
{
color: #EFDF94;
}
</style>
background-color css
<style>
a { background-color: #EFDF94; }
a { background-color: rgb(239,223,148); }
div.DivClassName
{
background-color: #EFDF94;
}
.BgClassName
{
background-color: #EFDF94;
}
</style>
border-color css
<style>
span { border-color: #EFDF94; }
span { border-color: rgb(239,223,148); }
td.TdClassName
{
border-color: #EFDF94;
}
.TagClassName
{
border-color: #EFDF94;
}
</style>