Shades of Vis Vis #EFDD96
Tints of Vis Vis #EFDD96
RGB
CMYK
RGB Variations
Color information
#EFDD96 (or 0xEFDD96) is known color: Vis Vis. HEX triplet: EF, DD and 96. RGB value is (239,221,150). Sum of RGB (Red+Green+Blue) = 239+221+150=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD96 is #102269. Grayscale: #DADADA. Windows color (decimal): -1057386 or 9887215. OLE color: 9887215.
HSL color Cylindrical-coordinate representation of color #EFDD96: hue angle of 47.87º 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 #EFDD96 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 150 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.06 |
| HSL | 47.87º | 0.74% | 0.76% | - |
| HSV(B) | 47.87º | 0.37% | 0.94% | - |
| XYZ | 66.96 | 72.27 | 39.27 | - |
| YUV | 218.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 150 | 0 | 0.08 | 0.37 | 0.06 | 47.87 | 0.74 | 0.76 |
| Hex | EF | DD | 96 | 0 | 8 | 25 | 6 | 30 | 4A | 4C |
| Octal | 357 | 335 | 226 | 0 | 10 | 45 | 6 | 60 | 112 | 114 |
| Binary | 11101111 | 11011101 | 10010110 | 0 | 1000 | 100101 | 110 | 110000 | 1001010 | 1001100 |
Color Harmonies of #EFDD96
Complementary color
Monochromatic Colors of #EFDD96
Black with #EFDD96
Text Example
Text Example
White with #EFDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD96; }
p { color: rgb(239,221,150); }
H1.HeaderClassName
{
color: #EFDD96;
}
.AnyTagClassName
{
color: #EFDD96;
}
</style>
background-color css
<style>
a { background-color: #EFDD96; }
a { background-color: rgb(239,221,150); }
div.DivClassName
{
background-color: #EFDD96;
}
.BgClassName
{
background-color: #EFDD96;
}
</style>
border-color css
<style>
span { border-color: #EFDD96; }
span { border-color: rgb(239,221,150); }
td.TdClassName
{
border-color: #EFDD96;
}
.TagClassName
{
border-color: #EFDD96;
}
</style>