Shades of Vis Vis #FFE68D
Tints of Vis Vis #FFE68D
RGB
CMYK
RGB Variations
Color information
#FFE68D (or 0xFFE68D) is known color: Vis Vis. HEX triplet: FF, E6 and 8D. RGB value is (255,230,141). Sum of RGB (Red+Green+Blue) = 255+230+141=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE68D is #001972. Grayscale: #E3E3E3. Windows color (decimal): -6515 or 9299711. OLE color: 9299711.
HSL color Cylindrical-coordinate representation of color #FFE68D: hue angle of 46.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE68D is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 141 | - |
| CMYK | 0 | 0.10 | 0.45 | 0 |
| HSL | 46.84º | 1% | 0.78% | - |
| HSV(B) | 46.84º | 0.45% | 1% | - |
| XYZ | 74.34 | 79.78 | 36.68 | - |
| YUV | 227.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 141 | 0 | 0.10 | 0.45 | 0 | 46.84 | 1 | 0.78 |
| Hex | FF | E6 | 8D | 0 | A | 2D | 0 | 2F | 64 | 4E |
| Octal | 377 | 346 | 215 | 0 | 12 | 55 | 0 | 57 | 144 | 116 |
| Binary | 11111111 | 11100110 | 10001101 | 0 | 1010 | 101101 | 0 | 101111 | 1100100 | 1001110 |
Color Harmonies of #FFE68D
Complementary color
Monochromatic Colors of #FFE68D
Black with #FFE68D
Text Example
Text Example
White with #FFE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE68D; }
p { color: rgb(255,230,141); }
H1.HeaderClassName
{
color: #FFE68D;
}
.AnyTagClassName
{
color: #FFE68D;
}
</style>
background-color css
<style>
a { background-color: #FFE68D; }
a { background-color: rgb(255,230,141); }
div.DivClassName
{
background-color: #FFE68D;
}
.BgClassName
{
background-color: #FFE68D;
}
</style>
border-color css
<style>
span { border-color: #FFE68D; }
span { border-color: rgb(255,230,141); }
td.TdClassName
{
border-color: #FFE68D;
}
.TagClassName
{
border-color: #FFE68D;
}
</style>