Shades of Vis Vis #EEE099
Tints of Vis Vis #EEE099
RGB
CMYK
RGB Variations
Color information
#EEE099 (or 0xEEE099) is known color: Vis Vis. HEX triplet: EE, E0 and 99. RGB value is (238,224,153). Sum of RGB (Red+Green+Blue) = 238+224+153=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 153 (60.16% from 255 or 24.88% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE099 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE099 is #111F66. Grayscale: #DCDCDC. Windows color (decimal): -1122151 or 10084590. OLE color: 10084590.
HSL color Cylindrical-coordinate representation of color #EEE099: hue angle of 50.12º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE099 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 153 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.07 |
| HSL | 50.12º | 0.71% | 0.77% | - |
| HSV(B) | 50.12º | 0.36% | 0.93% | - |
| XYZ | 67.67 | 73.79 | 40.81 | - |
| YUV | 220.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 153 | 0 | 0.06 | 0.36 | 0.07 | 50.12 | 0.71 | 0.77 |
| Hex | EE | E0 | 99 | 0 | 6 | 24 | 7 | 32 | 47 | 4D |
| Octal | 356 | 340 | 231 | 0 | 6 | 44 | 7 | 62 | 107 | 115 |
| Binary | 11101110 | 11100000 | 10011001 | 0 | 110 | 100100 | 111 | 110010 | 1000111 | 1001101 |
Color Harmonies of #EEE099
Complementary color
Monochromatic Colors of #EEE099
Black with #EEE099
Text Example
Text Example
White with #EEE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE099; }
p { color: rgb(238,224,153); }
H1.HeaderClassName
{
color: #EEE099;
}
.AnyTagClassName
{
color: #EEE099;
}
</style>
background-color css
<style>
a { background-color: #EEE099; }
a { background-color: rgb(238,224,153); }
div.DivClassName
{
background-color: #EEE099;
}
.BgClassName
{
background-color: #EEE099;
}
</style>
border-color css
<style>
span { border-color: #EEE099; }
span { border-color: rgb(238,224,153); }
td.TdClassName
{
border-color: #EEE099;
}
.TagClassName
{
border-color: #EEE099;
}
</style>