#E1FBA2

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

Shades of Reef #E1FBA2

Tints of Reef #E1FBA2

Color information

#E1FBA2 (or 0xE1FBA2) is unknown color: approx Reef. HEX triplet: E1, FB and A2. RGB value is (225,251,162). Sum of RGB (Red+Green+Blue) = 225+251+162=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 162 (63.67% from 255 or 25.39% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #E1FBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FBA2 is #1E045D. Grayscale: #E9E9E9. Windows color (decimal): -1967198 or 10681313. OLE color: 10681313.

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

Color convert

RGB225251162-
CMYK0.1000.350.02
HSL77.53º91.75%80.98%-
HSV(B)77.53º35.46%98.43%-
XYZ72.0787.6147.29-
YUV233.0887.89122.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.27%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 162 (63.67% from 255) = 25.39%
R=35.27%
G=39.34%
B=25.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252511620.1000.350.0277.5391.7580.98
HexE1FBA2A02324e5c51
Octal341373242120432116134121
Binary1110000111111011101000101010010001110100111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FBA2; }

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

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

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

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

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

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

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

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