Shades of Vis Vis #EEDB91
Tints of Vis Vis #EEDB91
RGB
CMYK
RGB Variations
Color information
#EEDB91 (or 0xEEDB91) is known color: Vis Vis. HEX triplet: EE, DB and 91. RGB value is (238,219,145). Sum of RGB (Red+Green+Blue) = 238+219+145=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB91 is #11246E. Grayscale: #D8D8D8. Windows color (decimal): -1123439 or 9559022. OLE color: 9559022.
HSL color Cylindrical-coordinate representation of color #EEDB91: hue angle of 47.74º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEDB91 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 219 | 145 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.07 |
| HSL | 47.74º | 0.73% | 0.75% | - |
| HSV(B) | 47.74º | 0.39% | 0.93% | - |
| XYZ | 65.7 | 70.88 | 37.01 | - |
| YUV | 216.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 219 | 145 | 0 | 0.08 | 0.39 | 0.07 | 47.74 | 0.73 | 0.75 |
| Hex | EE | DB | 91 | 0 | 8 | 27 | 7 | 30 | 49 | 4B |
| Octal | 356 | 333 | 221 | 0 | 10 | 47 | 7 | 60 | 111 | 113 |
| Binary | 11101110 | 11011011 | 10010001 | 0 | 1000 | 100111 | 111 | 110000 | 1001001 | 1001011 |
Color Harmonies of #EEDB91
Complementary color
Monochromatic Colors of #EEDB91
Black with #EEDB91
Text Example
Text Example
White with #EEDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDB91; }
p { color: rgb(238,219,145); }
H1.HeaderClassName
{
color: #EEDB91;
}
.AnyTagClassName
{
color: #EEDB91;
}
</style>
background-color css
<style>
a { background-color: #EEDB91; }
a { background-color: rgb(238,219,145); }
div.DivClassName
{
background-color: #EEDB91;
}
.BgClassName
{
background-color: #EEDB91;
}
</style>
border-color css
<style>
span { border-color: #EEDB91; }
span { border-color: rgb(238,219,145); }
td.TdClassName
{
border-color: #EEDB91;
}
.TagClassName
{
border-color: #EEDB91;
}
</style>