Shades of Vis Vis #EEE09A
Tints of Vis Vis #EEE09A
RGB
CMYK
RGB Variations
Color information
#EEE09A (or 0xEEE09A) is known color: Vis Vis. HEX triplet: EE, E0 and 9A. RGB value is (238,224,154). Sum of RGB (Red+Green+Blue) = 238+224+154=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 154 (60.55% from 255 or 25% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE09A is #111F65. Grayscale: #DCDCDC. Windows color (decimal): -1122150 or 10150126. OLE color: 10150126.
HSL color Cylindrical-coordinate representation of color #EEE09A: hue angle of 50º 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 #EEE09A is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 154 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.07 |
| HSL | 50º | 0.71% | 0.77% | - |
| HSV(B) | 50º | 0.35% | 0.93% | - |
| XYZ | 67.75 | 73.82 | 41.25 | - |
| YUV | 220.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 154 | 0 | 0.06 | 0.35 | 0.07 | 50 | 0.71 | 0.77 |
| Hex | EE | E0 | 9A | 0 | 6 | 23 | 7 | 32 | 47 | 4D |
| Octal | 356 | 340 | 232 | 0 | 6 | 43 | 7 | 62 | 107 | 115 |
| Binary | 11101110 | 11100000 | 10011010 | 0 | 110 | 100011 | 111 | 110010 | 1000111 | 1001101 |
Color Harmonies of #EEE09A
Complementary color
Monochromatic Colors of #EEE09A
Black with #EEE09A
Text Example
Text Example
White with #EEE09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE09A; }
p { color: rgb(238,224,154); }
H1.HeaderClassName
{
color: #EEE09A;
}
.AnyTagClassName
{
color: #EEE09A;
}
</style>
background-color css
<style>
a { background-color: #EEE09A; }
a { background-color: rgb(238,224,154); }
div.DivClassName
{
background-color: #EEE09A;
}
.BgClassName
{
background-color: #EEE09A;
}
</style>
border-color css
<style>
span { border-color: #EEE09A; }
span { border-color: rgb(238,224,154); }
td.TdClassName
{
border-color: #EEE09A;
}
.TagClassName
{
border-color: #EEE09A;
}
</style>