Shades of Vis Vis #EFE29B
Tints of Vis Vis #EFE29B
RGB
CMYK
RGB Variations
Color information
#EFE29B (or 0xEFE29B) is known color: Vis Vis. HEX triplet: EF, E2 and 9B. RGB value is (239,226,155). Sum of RGB (Red+Green+Blue) = 239+226+155=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 155 (60.94% from 255 or 25% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE29B is #101D64. Grayscale: #DEDEDE. Windows color (decimal): -1056101 or 10216175. OLE color: 10216175.
HSL color Cylindrical-coordinate representation of color #EFE29B: hue angle of 50.71º 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 #EFE29B is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 155 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.06 |
| HSL | 50.71º | 0.72% | 0.77% | - |
| HSV(B) | 50.71º | 0.35% | 0.94% | - |
| XYZ | 68.71 | 75.11 | 41.89 | - |
| YUV | 221.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 155 | 0 | 0.05 | 0.35 | 0.06 | 50.71 | 0.72 | 0.77 |
| Hex | EF | E2 | 9B | 0 | 5 | 23 | 6 | 33 | 48 | 4D |
| Octal | 357 | 342 | 233 | 0 | 5 | 43 | 6 | 63 | 110 | 115 |
| Binary | 11101111 | 11100010 | 10011011 | 0 | 101 | 100011 | 110 | 110011 | 1001000 | 1001101 |
Color Harmonies of #EFE29B
Complementary color
Monochromatic Colors of #EFE29B
Black with #EFE29B
Text Example
Text Example
White with #EFE29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE29B; }
p { color: rgb(239,226,155); }
H1.HeaderClassName
{
color: #EFE29B;
}
.AnyTagClassName
{
color: #EFE29B;
}
</style>
background-color css
<style>
a { background-color: #EFE29B; }
a { background-color: rgb(239,226,155); }
div.DivClassName
{
background-color: #EFE29B;
}
.BgClassName
{
background-color: #EFE29B;
}
</style>
border-color css
<style>
span { border-color: #EFE29B; }
span { border-color: rgb(239,226,155); }
td.TdClassName
{
border-color: #EFE29B;
}
.TagClassName
{
border-color: #EFE29B;
}
</style>