Shades of Vis Vis #EFE09A
Tints of Vis Vis #EFE09A
RGB
CMYK
RGB Variations
Color information
#EFE09A (or 0xEFE09A) is known color: Vis Vis. HEX triplet: EF, E0 and 9A. RGB value is (239,224,154). Sum of RGB (Red+Green+Blue) = 239+224+154=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE09A is #101F65. Grayscale: #DCDCDC. Windows color (decimal): -1056614 or 10150127. OLE color: 10150127.
HSL color Cylindrical-coordinate representation of color #EFE09A: hue angle of 49.41º 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 #EFE09A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 154 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 49.41º | 0.73% | 0.77% | - |
| HSV(B) | 49.41º | 0.36% | 0.94% | - |
| XYZ | 68.09 | 74 | 41.27 | - |
| YUV | 220.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 154 | 0 | 0.06 | 0.36 | 0.06 | 49.41 | 0.73 | 0.77 |
| Hex | EF | E0 | 9A | 0 | 6 | 24 | 6 | 31 | 49 | 4D |
| Octal | 357 | 340 | 232 | 0 | 6 | 44 | 6 | 61 | 111 | 115 |
| Binary | 11101111 | 11100000 | 10011010 | 0 | 110 | 100100 | 110 | 110001 | 1001001 | 1001101 |
Color Harmonies of #EFE09A
Complementary color
Monochromatic Colors of #EFE09A
Black with #EFE09A
Text Example
Text Example
White with #EFE09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE09A; }
p { color: rgb(239,224,154); }
H1.HeaderClassName
{
color: #EFE09A;
}
.AnyTagClassName
{
color: #EFE09A;
}
</style>
background-color css
<style>
a { background-color: #EFE09A; }
a { background-color: rgb(239,224,154); }
div.DivClassName
{
background-color: #EFE09A;
}
.BgClassName
{
background-color: #EFE09A;
}
</style>
border-color css
<style>
span { border-color: #EFE09A; }
span { border-color: rgb(239,224,154); }
td.TdClassName
{
border-color: #EFE09A;
}
.TagClassName
{
border-color: #EFE09A;
}
</style>