#FFE291

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

Shades of Vis Vis #FFE291

Tints of Vis Vis #FFE291

Color information

#FFE291 (or 0xFFE291) is unknown color: approx Vis Vis. HEX triplet: FF, E2 and 91. RGB value is (255,226,145). Sum of RGB (Red+Green+Blue) = 255+226+145=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 145 (57.03% from 255 or 23.16% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE291 is #001D6E. Grayscale: #E1E1E1. Windows color (decimal): -7535 or 9560831. OLE color: 9560831.

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

Color convert

RGB255226145-
CMYK00.110.430
HSL44.18º100%78.43%-
HSV(B)44.18º43.14%100%-
XYZ73.5577.737.91-
YUV225.4482.61149.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 226 (88.67% from 255) = 36.10%
BLUE value IS 145 (57.03% from 255) = 23.16%
R=40.73%
G=36.10%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522614500.110.43044.1810078.43
HexFFE2910B2B02c644e
Octal37734222101353054144116
Binary11111111111000101001000101011101011010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE291; }

 p { color: rgb(255,226,145); }

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

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

 a { background-color: rgb(255,226,145); }

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

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

 span { border-color: rgb(255,226,145); }

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