#FFE995

Color #FFE995 Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FFE995

Tints of Vis Vis #FFE995

Color information

#FFE995 (or 0xFFE995) is unknown color: approx Vis Vis. HEX triplet: FF, E9 and 95. RGB value is (255,233,149). Sum of RGB (Red+Green+Blue) = 255+233+149=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 149 (58.59% from 255 or 23.39% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE995 is #00166A. Grayscale: #E6E6E6. Windows color (decimal): -5739 or 9824767. OLE color: 9824767.

HSL color Cylindrical-coordinate representation of color #FFE995: hue angle of 47.55º 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 #FFE995 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255233149-
CMYK00.090.420
HSL47.55º100%79.22%-
HSV(B)47.55º41.57%100%-
XYZ75.881.7140.21-
YUV23082.29145.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 233 (91.41% from 255) = 36.58%
BLUE value IS 149 (58.59% from 255) = 23.39%
R=40.03%
G=36.58%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523314900.090.42047.5510079.22
HexFFE995092A030644f
Octal37735122501152060144117
Binary11111111111010011001010101001101010011000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE995; }

 p { color: rgb(255,233,149); }

 H1.HeaderClassName
 {
   color: #FFE995;
 }
 .AnyTagClassName
 {
   color: #FFE995;
 }
</style>
background-color css

<style>
 a { background-color: #FFE995; }

 a { background-color: rgb(255,233,149); }

 div.DivClassName
 {
   background-color: #FFE995;
 }
 .BgClassName
 {
   background-color: #FFE995;
 }
</style>
border-color css

<style>
 span { border-color: #FFE995; }

 span { border-color: rgb(255,233,149); }

 td.TdClassName
 {
   border-color: #FFE995;
 }
 .TagClassName
 {
   border-color: #FFE995;
 }
</style>