#E1FBA0

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

Shades of Reef #E1FBA0

Tints of Reef #E1FBA0

Color information

#E1FBA0 (or 0xE1FBA0) is unknown color: approx Reef. HEX triplet: E1, FB and A0. RGB value is (225,251,160). Sum of RGB (Red+Green+Blue) = 225+251+160=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FBA0 is #1E045F. Grayscale: #E9E9E9. Windows color (decimal): -1967200 or 10550241. OLE color: 10550241.

HSL color Cylindrical-coordinate representation of color #E1FBA0: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1FBA0 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB225251160-
CMYK0.1000.360.02
HSL77.14º91.92%80.59%-
HSV(B)77.14º36.25%98.43%-
XYZ71.8987.5446.37-
YUV232.8586.89122.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 160 (62.89% from 255) = 25.16%
R=35.38%
G=39.47%
B=25.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511600.1000.360.0277.1491.9280.59
HexE1FBA0A02424d5c51
Octal341373240120442115134121
Binary1110000111111011101000001010010010010100110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBA0; }

 p { color: rgb(225,251,160); }

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

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

 a { background-color: rgb(225,251,160); }

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

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

 span { border-color: rgb(225,251,160); }

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