Shades of Vis Vis #EFE19A
Tints of Vis Vis #EFE19A
RGB
CMYK
RGB Variations
Color information
#EFE19A (or 0xEFE19A) is known color: Vis Vis. HEX triplet: EF, E1 and 9A. RGB value is (239,225,154). Sum of RGB (Red+Green+Blue) = 239+225+154=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 154 (60.55% from 255 or 24.92% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE19A is #101E65. Grayscale: #DDDDDD. Windows color (decimal): -1056358 or 10150383. OLE color: 10150383.
HSL color Cylindrical-coordinate representation of color #EFE19A: hue angle of 50.12º 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 #EFE19A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 154 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 50.12º | 0.73% | 0.77% | - |
| HSV(B) | 50.12º | 0.36% | 0.94% | - |
| XYZ | 68.35 | 74.53 | 41.36 | - |
| YUV | 221.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 154 | 0 | 0.06 | 0.36 | 0.06 | 50.12 | 0.73 | 0.77 |
| Hex | EF | E1 | 9A | 0 | 6 | 24 | 6 | 32 | 49 | 4D |
| Octal | 357 | 341 | 232 | 0 | 6 | 44 | 6 | 62 | 111 | 115 |
| Binary | 11101111 | 11100001 | 10011010 | 0 | 110 | 100100 | 110 | 110010 | 1001001 | 1001101 |
Color Harmonies of #EFE19A
Complementary color
Monochromatic Colors of #EFE19A
Black with #EFE19A
Text Example
Text Example
White with #EFE19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE19A; }
p { color: rgb(239,225,154); }
H1.HeaderClassName
{
color: #EFE19A;
}
.AnyTagClassName
{
color: #EFE19A;
}
</style>
background-color css
<style>
a { background-color: #EFE19A; }
a { background-color: rgb(239,225,154); }
div.DivClassName
{
background-color: #EFE19A;
}
.BgClassName
{
background-color: #EFE19A;
}
</style>
border-color css
<style>
span { border-color: #EFE19A; }
span { border-color: rgb(239,225,154); }
td.TdClassName
{
border-color: #EFE19A;
}
.TagClassName
{
border-color: #EFE19A;
}
</style>