Shades of Vis Vis #EFE29C
Tints of Vis Vis #EFE29C
RGB
CMYK
RGB Variations
Color information
#EFE29C (or 0xEFE29C) is known color: Vis Vis. HEX triplet: EF, E2 and 9C. RGB value is (239,226,156). Sum of RGB (Red+Green+Blue) = 239+226+156=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE29C is #101D63. Grayscale: #DEDEDE. Windows color (decimal): -1056100 or 10281711. OLE color: 10281711.
HSL color Cylindrical-coordinate representation of color #EFE29C: hue angle of 50.6º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFE29C is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 156 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 50.6º | 0.72% | 0.77% | - |
| HSV(B) | 50.6º | 0.35% | 0.94% | - |
| XYZ | 68.79 | 75.14 | 42.33 | - |
| YUV | 221.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 156 | 0 | 0.05 | 0.35 | 0.06 | 50.6 | 0.72 | 0.77 |
| Hex | EF | E2 | 9C | 0 | 5 | 23 | 6 | 33 | 48 | 4D |
| Octal | 357 | 342 | 234 | 0 | 5 | 43 | 6 | 63 | 110 | 115 |
| Binary | 11101111 | 11100010 | 10011100 | 0 | 101 | 100011 | 110 | 110011 | 1001000 | 1001101 |
Color Harmonies of #EFE29C
Complementary color
Monochromatic Colors of #EFE29C
Black with #EFE29C
Text Example
Text Example
White with #EFE29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE29C; }
p { color: rgb(239,226,156); }
H1.HeaderClassName
{
color: #EFE29C;
}
.AnyTagClassName
{
color: #EFE29C;
}
</style>
background-color css
<style>
a { background-color: #EFE29C; }
a { background-color: rgb(239,226,156); }
div.DivClassName
{
background-color: #EFE29C;
}
.BgClassName
{
background-color: #EFE29C;
}
</style>
border-color css
<style>
span { border-color: #EFE29C; }
span { border-color: rgb(239,226,156); }
td.TdClassName
{
border-color: #EFE29C;
}
.TagClassName
{
border-color: #EFE29C;
}
</style>