#ffe490

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

Shades of Vis Vis #FFE490

Tints of Vis Vis #FFE490

Color information

#FFE490 (or 0xFFE490) is unknown color: approx Vis Vis. HEX triplet: FF, E4 and 90. RGB value is (255,228,144). Sum of RGB (Red+Green+Blue) = 255+228+144=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 144 (56.64% from 255 or 22.97% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE490 is #001B6F. Grayscale: #E2E2E2. Windows color (decimal): -7024 or 9495807. OLE color: 9495807.

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

Color convert

RGB255228144-
CMYK00.110.440
HSL45.41º100%78.24%-
HSV(B)45.41º43.53%100%-
XYZ74.0278.7637.69-
YUV226.581.45148.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.67%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 144 (56.64% from 255) = 22.97%
R=40.67%
G=36.36%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522814400.110.44045.4110078.24
HexFFE4900B2C02d644e
Octal37734422001354055144116
Binary11111111111001001001000001011101100010110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe490; }

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

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

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

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

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

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

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

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