Shades of Vis Vis #EEE098
Tints of Vis Vis #EEE098
RGB
CMYK
RGB Variations
Color information
#EEE098 (or 0xEEE098) is known color: Vis Vis. HEX triplet: EE, E0 and 98. RGB value is (238,224,152). Sum of RGB (Red+Green+Blue) = 238+224+152=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 152 (59.77% from 255 or 24.76% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE098 is #111F67. Grayscale: #DCDCDC. Windows color (decimal): -1122152 or 10019054. OLE color: 10019054.
HSL color Cylindrical-coordinate representation of color #EEE098: hue angle of 50.23º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEE098 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 152 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.07 |
| HSL | 50.23º | 0.72% | 0.76% | - |
| HSV(B) | 50.23º | 0.36% | 0.93% | - |
| XYZ | 67.58 | 73.76 | 40.38 | - |
| YUV | 219.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 152 | 0 | 0.06 | 0.36 | 0.07 | 50.23 | 0.72 | 0.76 |
| Hex | EE | E0 | 98 | 0 | 6 | 24 | 7 | 32 | 48 | 4C |
| Octal | 356 | 340 | 230 | 0 | 6 | 44 | 7 | 62 | 110 | 114 |
| Binary | 11101110 | 11100000 | 10011000 | 0 | 110 | 100100 | 111 | 110010 | 1001000 | 1001100 |
Color Harmonies of #EEE098
Complementary color
Monochromatic Colors of #EEE098
Black with #EEE098
Text Example
Text Example
White with #EEE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE098; }
p { color: rgb(238,224,152); }
H1.HeaderClassName
{
color: #EEE098;
}
.AnyTagClassName
{
color: #EEE098;
}
</style>
background-color css
<style>
a { background-color: #EEE098; }
a { background-color: rgb(238,224,152); }
div.DivClassName
{
background-color: #EEE098;
}
.BgClassName
{
background-color: #EEE098;
}
</style>
border-color css
<style>
span { border-color: #EEE098; }
span { border-color: rgb(238,224,152); }
td.TdClassName
{
border-color: #EEE098;
}
.TagClassName
{
border-color: #EEE098;
}
</style>