Shades of Vis Vis #EEDE9A
Tints of Vis Vis #EEDE9A
RGB
CMYK
RGB Variations
Color information
#EEDE9A (or 0xEEDE9A) is known color: Vis Vis. HEX triplet: EE, DE and 9A. RGB value is (238,222,154). Sum of RGB (Red+Green+Blue) = 238+222+154=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE9A is #112165. Grayscale: #DBDBDB. Windows color (decimal): -1122662 or 10149614. OLE color: 10149614.
HSL color Cylindrical-coordinate representation of color #EEDE9A: hue angle of 48.57º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEDE9A is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 154 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.07 |
| HSL | 48.57º | 0.71% | 0.77% | - |
| HSV(B) | 48.57º | 0.35% | 0.93% | - |
| XYZ | 67.21 | 72.75 | 41.07 | - |
| YUV | 219.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 154 | 0 | 0.07 | 0.35 | 0.07 | 48.57 | 0.71 | 0.77 |
| Hex | EE | DE | 9A | 0 | 7 | 23 | 7 | 31 | 47 | 4D |
| Octal | 356 | 336 | 232 | 0 | 7 | 43 | 7 | 61 | 107 | 115 |
| Binary | 11101110 | 11011110 | 10011010 | 0 | 111 | 100011 | 111 | 110001 | 1000111 | 1001101 |
Color Harmonies of #EEDE9A
Complementary color
Monochromatic Colors of #EEDE9A
Black with #EEDE9A
Text Example
Text Example
White with #EEDE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE9A; }
p { color: rgb(238,222,154); }
H1.HeaderClassName
{
color: #EEDE9A;
}
.AnyTagClassName
{
color: #EEDE9A;
}
</style>
background-color css
<style>
a { background-color: #EEDE9A; }
a { background-color: rgb(238,222,154); }
div.DivClassName
{
background-color: #EEDE9A;
}
.BgClassName
{
background-color: #EEDE9A;
}
</style>
border-color css
<style>
span { border-color: #EEDE9A; }
span { border-color: rgb(238,222,154); }
td.TdClassName
{
border-color: #EEDE9A;
}
.TagClassName
{
border-color: #EEDE9A;
}
</style>