#FFE18D

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

Shades of Vis Vis #FFE18D

Tints of Vis Vis #FFE18D

Color information

#FFE18D (or 0xFFE18D) is unknown color: approx Vis Vis. HEX triplet: FF, E1 and 8D. RGB value is (255,225,141). Sum of RGB (Red+Green+Blue) = 255+225+141=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE18D is #001E72. Grayscale: #E0E0E0. Windows color (decimal): -7795 or 9298431. OLE color: 9298431.

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

Color convert

RGB255225141-
CMYK00.120.450
HSL44.21º100%77.65%-
HSV(B)44.21º44.71%100%-
XYZ72.9777.0336.22-
YUV224.3980.94149.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.06%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 141 (55.47% from 255) = 22.71%
R=41.06%
G=36.23%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522514100.120.45044.2110077.65
HexFFE18D0C2D02c644e
Octal37734121501455054144116
Binary11111111111000011000110101100101101010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE18D; }

 p { color: rgb(255,225,141); }

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

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

 a { background-color: rgb(255,225,141); }

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

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

 span { border-color: rgb(255,225,141); }

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