#FFE494

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

Shades of Vis Vis #FFE494

Tints of Vis Vis #FFE494

Color information

#FFE494 (or 0xFFE494) is unknown color: approx Vis Vis. HEX triplet: FF, E4 and 94. RGB value is (255,228,148). Sum of RGB (Red+Green+Blue) = 255+228+148=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE494 is #001B6B. Grayscale: #E3E3E3. Windows color (decimal): -7020 or 9757951. OLE color: 9757951.

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

Color convert

RGB255228148-
CMYK00.110.420
HSL44.86º100%79.02%-
HSV(B)44.86º41.96%100%-
XYZ74.3378.8839.33-
YUV226.9583.45148-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.41%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 148 (58.20% from 255) = 23.45%
R=40.41%
G=36.13%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522814800.110.42044.8610079.02
HexFFE4940B2A02d644f
Octal37734422401352055144117
Binary11111111111001001001010001011101010010110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE494; }

 p { color: rgb(255,228,148); }

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

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

 a { background-color: rgb(255,228,148); }

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

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

 span { border-color: rgb(255,228,148); }

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