#ffe28a

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

Shades of Vis Vis #FFE28A

Tints of Vis Vis #FFE28A

Color information

#FFE28A (or 0xFFE28A) is unknown color: approx Vis Vis. HEX triplet: FF, E2 and 8A. RGB value is (255,226,138). Sum of RGB (Red+Green+Blue) = 255+226+138=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE28A is #001D75. Grayscale: #E1E1E1. Windows color (decimal): -7542 or 9102079. OLE color: 9102079.

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

Color convert

RGB255226138-
CMYK00.110.460
HSL45.13º100%77.06%-
HSV(B)45.13º45.88%100%-
XYZ73.0277.4935.15-
YUV224.6479.11149.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.20%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 138 (54.30% from 255) = 22.29%
R=41.20%
G=36.51%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522613800.110.46045.1310077.06
HexFFE28A0B2E02d644d
Octal37734221201356055144115
Binary11111111111000101000101001011101110010110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffe28a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffe28a; }

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

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

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

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

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

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

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

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