#FEE18C

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

Shades of Vis Vis #FEE18C

Tints of Vis Vis #FEE18C

Color information

#FEE18C (or 0xFEE18C) is unknown color: approx Vis Vis. HEX triplet: FE, E1 and 8C. RGB value is (254,225,140). Sum of RGB (Red+Green+Blue) = 254+225+140=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE18C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE18C is #011E73. Grayscale: #E0E0E0. Windows color (decimal): -73332 or 9232894. OLE color: 9232894.

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

Color convert

RGB254225140-
CMYK00.110.450.00
HSL44.74º98.28%77.25%-
HSV(B)44.74º44.88%99.61%-
XYZ72.5376.8135.81-
YUV223.9880.61149.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 140 (55.08% from 255) = 22.62%
R=41.03%
G=36.35%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422514000.110.450.0044.7498.2877.25
HexFEE18C0B2D02d624d
Octal37634121401355055142115
Binary11111110111000011000110001011101101010110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE18C; }

 p { color: rgb(254,225,140); }

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

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

 a { background-color: rgb(254,225,140); }

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

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

 span { border-color: rgb(254,225,140); }

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