Shades of Vis Vis #FFE68A
Tints of Vis Vis #FFE68A
RGB
CMYK
RGB Variations
Color information
#FFE68A (or 0xFFE68A) is known color: Vis Vis. HEX triplet: FF, E6 and 8A. RGB value is (255,230,138). Sum of RGB (Red+Green+Blue) = 255+230+138=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 138 (54.30% from 255 or 22.15% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE68A is #001975. Grayscale: #E3E3E3. Windows color (decimal): -6518 or 9103103. OLE color: 9103103.
HSL color Cylindrical-coordinate representation of color #FFE68A: hue angle of 47.18º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFE68A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 138 | - |
| CMYK | 0 | 0.10 | 0.46 | 0 |
| HSL | 47.18º | 1% | 0.77% | - |
| HSV(B) | 47.18º | 0.46% | 1% | - |
| XYZ | 74.12 | 79.69 | 35.52 | - |
| YUV | 226.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 138 | 0 | 0.10 | 0.46 | 0 | 47.18 | 1 | 0.77 |
| Hex | FF | E6 | 8A | 0 | A | 2E | 0 | 2F | 64 | 4D |
| Octal | 377 | 346 | 212 | 0 | 12 | 56 | 0 | 57 | 144 | 115 |
| Binary | 11111111 | 11100110 | 10001010 | 0 | 1010 | 101110 | 0 | 101111 | 1100100 | 1001101 |
Color Harmonies of #FFE68A
Complementary color
Monochromatic Colors of #FFE68A
Black with #FFE68A
Text Example
Text Example
White with #FFE68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE68A; }
p { color: rgb(255,230,138); }
H1.HeaderClassName
{
color: #FFE68A;
}
.AnyTagClassName
{
color: #FFE68A;
}
</style>
background-color css
<style>
a { background-color: #FFE68A; }
a { background-color: rgb(255,230,138); }
div.DivClassName
{
background-color: #FFE68A;
}
.BgClassName
{
background-color: #FFE68A;
}
</style>
border-color css
<style>
span { border-color: #FFE68A; }
span { border-color: rgb(255,230,138); }
td.TdClassName
{
border-color: #FFE68A;
}
.TagClassName
{
border-color: #FFE68A;
}
</style>