Shades of Vis Vis #EFE098
Tints of Vis Vis #EFE098
RGB
CMYK
RGB Variations
Color information
#EFE098 (or 0xEFE098) is known color: Vis Vis. HEX triplet: EF, E0 and 98. RGB value is (239,224,152). Sum of RGB (Red+Green+Blue) = 239+224+152=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 152 (59.77% from 255 or 24.72% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE098 is #101F67. Grayscale: #DCDCDC. Windows color (decimal): -1056616 or 10019055. OLE color: 10019055.
HSL color Cylindrical-coordinate representation of color #EFE098: hue angle of 49.66º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFE098 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 152 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 49.66º | 0.73% | 0.77% | - |
| HSV(B) | 49.66º | 0.36% | 0.94% | - |
| XYZ | 67.92 | 73.93 | 40.4 | - |
| YUV | 220.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 152 | 0 | 0.06 | 0.36 | 0.06 | 49.66 | 0.73 | 0.77 |
| Hex | EF | E0 | 98 | 0 | 6 | 24 | 6 | 32 | 49 | 4D |
| Octal | 357 | 340 | 230 | 0 | 6 | 44 | 6 | 62 | 111 | 115 |
| Binary | 11101111 | 11100000 | 10011000 | 0 | 110 | 100100 | 110 | 110010 | 1001001 | 1001101 |
Color Harmonies of #EFE098
Complementary color
Monochromatic Colors of #EFE098
Black with #EFE098
Text Example
Text Example
White with #EFE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE098; }
p { color: rgb(239,224,152); }
H1.HeaderClassName
{
color: #EFE098;
}
.AnyTagClassName
{
color: #EFE098;
}
</style>
background-color css
<style>
a { background-color: #EFE098; }
a { background-color: rgb(239,224,152); }
div.DivClassName
{
background-color: #EFE098;
}
.BgClassName
{
background-color: #EFE098;
}
</style>
border-color css
<style>
span { border-color: #EFE098; }
span { border-color: rgb(239,224,152); }
td.TdClassName
{
border-color: #EFE098;
}
.TagClassName
{
border-color: #EFE098;
}
</style>