#E0FEA1

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

Shades of Reef #E0FEA1

Tints of Reef #E0FEA1

Color information

#E0FEA1 (or 0xE0FEA1) is unknown color: approx Reef. HEX triplet: E0, FE and A1. RGB value is (224,254,161). Sum of RGB (Red+Green+Blue) = 224+254+161=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEA1 is #1F015E. Grayscale: #EAEAEA. Windows color (decimal): -2031967 or 10616544. OLE color: 10616544.

HSL color Cylindrical-coordinate representation of color #E0FEA1: hue angle of 79.35º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0FEA1 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB224254161-
CMYK0.1200.370.00
HSL79.35º97.89%81.37%-
HSV(B)79.35º36.61%99.61%-
XYZ72.6289.347.13-
YUV234.4386.56120.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.05%
GREEN value IS 254 (99.61% from 255) = 39.75%
BLUE value IS 161 (63.28% from 255) = 25.20%
R=35.05%
G=39.75%
B=25.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242541610.1200.370.0079.3597.8981.37
HexE0FEA1C02504f6251
Octal340376241140450117142121
Binary111000001111111010100001110001001010100111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEA1; }

 p { color: rgb(224,254,161); }

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

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

 a { background-color: rgb(224,254,161); }

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

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

 span { border-color: rgb(224,254,161); }

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