#FFE686

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

Shades of Vis Vis #FFE686

Tints of Vis Vis #FFE686

Color information

#FFE686 (or 0xFFE686) is unknown color: approx Vis Vis. HEX triplet: FF, E6 and 86. RGB value is (255,230,134). Sum of RGB (Red+Green+Blue) = 255+230+134=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE686 is #001979. Grayscale: #E2E2E2. Windows color (decimal): -6522 or 8840959. OLE color: 8840959.

HSL color Cylindrical-coordinate representation of color #FFE686: hue angle of 47.6º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFE686 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255230134-
CMYK00.100.470
HSL47.6º100%76.27%-
HSV(B)47.6º47.45%100%-
XYZ73.8479.5734.02-
YUV226.5375.78148.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 134 (52.73% from 255) = 21.65%
R=41.20%
G=37.16%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523013400.100.47047.610076.27
HexFFE6860A2F030644c
Octal37734620601257060144114
Binary11111111111001101000011001010101111011000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE686; }

 p { color: rgb(255,230,134); }

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

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

 a { background-color: rgb(255,230,134); }

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

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

 span { border-color: rgb(255,230,134); }

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