Shades of Vis Vis #FFE08B
Tints of Vis Vis #FFE08B
RGB
CMYK
RGB Variations
Color information
#FFE08B (or 0xFFE08B) is known color: Vis Vis. HEX triplet: FF, E0 and 8B. RGB value is (255,224,139). Sum of RGB (Red+Green+Blue) = 255+224+139=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE08B is #001F74. Grayscale: #DFDFDF. Windows color (decimal): -8053 or 9167103. OLE color: 9167103.
HSL color Cylindrical-coordinate representation of color #FFE08B: hue angle of 43.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE08B is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 139 | - |
| CMYK | 0 | 0.12 | 0.45 | 0 |
| HSL | 43.97º | 1% | 0.77% | - |
| HSV(B) | 43.97º | 0.45% | 1% | - |
| XYZ | 72.56 | 76.44 | 35.36 | - |
| YUV | 223.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 139 | 0 | 0.12 | 0.45 | 0 | 43.97 | 1 | 0.77 |
| Hex | FF | E0 | 8B | 0 | C | 2D | 0 | 2C | 64 | 4D |
| Octal | 377 | 340 | 213 | 0 | 14 | 55 | 0 | 54 | 144 | 115 |
| Binary | 11111111 | 11100000 | 10001011 | 0 | 1100 | 101101 | 0 | 101100 | 1100100 | 1001101 |
Color Harmonies of #FFE08B
Complementary color
Monochromatic Colors of #FFE08B
Black with #FFE08B
Text Example
Text Example
White with #FFE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE08B; }
p { color: rgb(255,224,139); }
H1.HeaderClassName
{
color: #FFE08B;
}
.AnyTagClassName
{
color: #FFE08B;
}
</style>
background-color css
<style>
a { background-color: #FFE08B; }
a { background-color: rgb(255,224,139); }
div.DivClassName
{
background-color: #FFE08B;
}
.BgClassName
{
background-color: #FFE08B;
}
</style>
border-color css
<style>
span { border-color: #FFE08B; }
span { border-color: rgb(255,224,139); }
td.TdClassName
{
border-color: #FFE08B;
}
.TagClassName
{
border-color: #FFE08B;
}
</style>