Shades of Vis Vis #FFE695
Tints of Vis Vis #FFE695
RGB
CMYK
RGB Variations
Color information
#FFE695 (or 0xFFE695) is known color: Vis Vis. HEX triplet: FF, E6 and 95. RGB value is (255,230,149). Sum of RGB (Red+Green+Blue) = 255+230+149=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE695 is #00196A. Grayscale: #E4E4E4. Windows color (decimal): -6507 or 9823999. OLE color: 9823999.
HSL color Cylindrical-coordinate representation of color #FFE695: hue angle of 45.85º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFE695 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 149 | - |
| CMYK | 0 | 0.10 | 0.42 | 0 |
| HSL | 45.85º | 1% | 0.79% | - |
| HSV(B) | 45.85º | 0.42% | 1% | - |
| XYZ | 74.96 | 80.02 | 39.93 | - |
| YUV | 228.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 149 | 0 | 0.10 | 0.42 | 0 | 45.85 | 1 | 0.79 |
| Hex | FF | E6 | 95 | 0 | A | 2A | 0 | 2E | 64 | 4F |
| Octal | 377 | 346 | 225 | 0 | 12 | 52 | 0 | 56 | 144 | 117 |
| Binary | 11111111 | 11100110 | 10010101 | 0 | 1010 | 101010 | 0 | 101110 | 1100100 | 1001111 |
Color Harmonies of #FFE695
Complementary color
Monochromatic Colors of #FFE695
Black with #FFE695
Text Example
Text Example
White with #FFE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE695; }
p { color: rgb(255,230,149); }
H1.HeaderClassName
{
color: #FFE695;
}
.AnyTagClassName
{
color: #FFE695;
}
</style>
background-color css
<style>
a { background-color: #FFE695; }
a { background-color: rgb(255,230,149); }
div.DivClassName
{
background-color: #FFE695;
}
.BgClassName
{
background-color: #FFE695;
}
</style>
border-color css
<style>
span { border-color: #FFE695; }
span { border-color: rgb(255,230,149); }
td.TdClassName
{
border-color: #FFE695;
}
.TagClassName
{
border-color: #FFE695;
}
</style>