#FFE28F

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

Shades of Vis Vis #FFE28F

Tints of Vis Vis #FFE28F

Color information

#FFE28F (or 0xFFE28F) is unknown color: approx Vis Vis. HEX triplet: FF, E2 and 8F. RGB value is (255,226,143). Sum of RGB (Red+Green+Blue) = 255+226+143=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 143 (56.25% from 255 or 22.92% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE28F is #001D70. Grayscale: #E1E1E1. Windows color (decimal): -7537 or 9429759. OLE color: 9429759.

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

Color convert

RGB255226143-
CMYK00.110.440
HSL44.46º100%78.04%-
HSV(B)44.46º43.92%100%-
XYZ73.3977.6437.1-
YUV225.2181.61149.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 226 (88.67% from 255) = 36.22%
BLUE value IS 143 (56.25% from 255) = 22.92%
R=40.87%
G=36.22%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522614300.110.44044.4610078.04
HexFFE28F0B2C02c644e
Octal37734221701354054144116
Binary11111111111000101000111101011101100010110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE28F; }

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

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

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

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

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

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

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

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