#E1FCA0

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

Shades of Reef #E1FCA0

Tints of Reef #E1FCA0

Color information

#E1FCA0 (or 0xE1FCA0) is unknown color: approx Reef. HEX triplet: E1, FC and A0. RGB value is (225,252,160). Sum of RGB (Red+Green+Blue) = 225+252+160=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #E1FCA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FCA0 is #1E035F. Grayscale: #E9E9E9. Windows color (decimal): -1966944 or 10550497. OLE color: 10550497.

HSL color Cylindrical-coordinate representation of color #E1FCA0: hue angle of 77.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1FCA0 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB225252160-
CMYK0.1100.370.01
HSL77.61º93.88%80.78%-
HSV(B)77.61º36.51%98.82%-
XYZ72.2188.1746.47-
YUV233.4486.55121.98-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 160 (62.89% from 255) = 25.12%
R=35.32%
G=39.56%
B=25.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252521600.1100.370.0177.6193.8880.78
HexE1FCA0B02514e5e51
Octal341374240130451116136121
Binary111000011111110010100000101101001011100111010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FCA0; }

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

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

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

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

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

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

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

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