Shades of Vis Vis #FFE595
Tints of Vis Vis #FFE595
RGB
CMYK
RGB Variations
Color information
#FFE595 (or 0xFFE595) is known color: Vis Vis. HEX triplet: FF, E5 and 95. RGB value is (255,229,149). Sum of RGB (Red+Green+Blue) = 255+229+149=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE595 is #001A6A. Grayscale: #E4E4E4. Windows color (decimal): -6763 or 9823743. OLE color: 9823743.
HSL color Cylindrical-coordinate representation of color #FFE595: hue angle of 45.28º 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 #FFE595 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 149 | - |
| CMYK | 0 | 0.10 | 0.42 | 0 |
| HSL | 45.28º | 1% | 0.79% | - |
| HSV(B) | 45.28º | 0.42% | 1% | - |
| XYZ | 74.68 | 79.47 | 39.84 | - |
| YUV | 227.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 149 | 0 | 0.10 | 0.42 | 0 | 45.28 | 1 | 0.79 |
| Hex | FF | E5 | 95 | 0 | A | 2A | 0 | 2D | 64 | 4F |
| Octal | 377 | 345 | 225 | 0 | 12 | 52 | 0 | 55 | 144 | 117 |
| Binary | 11111111 | 11100101 | 10010101 | 0 | 1010 | 101010 | 0 | 101101 | 1100100 | 1001111 |
Color Harmonies of #FFE595
Complementary color
Monochromatic Colors of #FFE595
Black with #FFE595
Text Example
Text Example
White with #FFE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE595; }
p { color: rgb(255,229,149); }
H1.HeaderClassName
{
color: #FFE595;
}
.AnyTagClassName
{
color: #FFE595;
}
</style>
background-color css
<style>
a { background-color: #FFE595; }
a { background-color: rgb(255,229,149); }
div.DivClassName
{
background-color: #FFE595;
}
.BgClassName
{
background-color: #FFE595;
}
</style>
border-color css
<style>
span { border-color: #FFE595; }
span { border-color: rgb(255,229,149); }
td.TdClassName
{
border-color: #FFE595;
}
.TagClassName
{
border-color: #FFE595;
}
</style>