#E1FAA1

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

Shades of Reef #E1FAA1

Tints of Reef #E1FAA1

Color information

#E1FAA1 (or 0xE1FAA1) is unknown color: approx Reef. HEX triplet: E1, FA and A1. RGB value is (225,250,161). Sum of RGB (Red+Green+Blue) = 225+250+161=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 161 (63.28% from 255 or 25.31% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAA1 is #1E055E. Grayscale: #E8E8E8. Windows color (decimal): -1967455 or 10615521. OLE color: 10615521.

HSL color Cylindrical-coordinate representation of color #E1FAA1: hue angle of 76.85º degrees, saturation: 0.9, 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 #E1FAA1 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB225250161-
CMYK0.1000.360.02
HSL76.85º89.9%80.59%-
HSV(B)76.85º35.6%98.04%-
XYZ71.6786.9546.72-
YUV232.3887.72122.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 161 (63.28% from 255) = 25.31%
R=35.38%
G=39.31%
B=25.31%

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
Decimal2252501610.1000.360.0276.8589.980.59
HexE1FAA1A02424d5a51
Octal341372241120442115132121
Binary1110000111111010101000011010010010010100110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAA1; }

 p { color: rgb(225,250,161); }

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

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

 a { background-color: rgb(225,250,161); }

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

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

 span { border-color: rgb(225,250,161); }

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