#E0FEA5

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

Shades of Reef #E0FEA5

Tints of Reef #E0FEA5

Color information

#E0FEA5 (or 0xE0FEA5) is unknown color: approx Reef. HEX triplet: E0, FE and A5. RGB value is (224,254,165). Sum of RGB (Red+Green+Blue) = 224+254+165=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEA5 is #1F015A. Grayscale: #EBEBEB. Windows color (decimal): -2031963 or 10878688. OLE color: 10878688.

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

Color convert

RGB224254165-
CMYK0.1200.350.00
HSL80.22º97.8%82.16%-
HSV(B)80.22º35.04%99.61%-
XYZ72.9789.4549.02-
YUV234.8888.56120.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 254 (99.61% from 255) = 39.50%
BLUE value IS 165 (64.84% from 255) = 25.66%
R=34.84%
G=39.50%
B=25.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242541650.1200.350.0080.2297.882.16
HexE0FEA5C0230506252
Octal340376245140430120142122
Binary111000001111111010100101110001000110101000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEA5; }

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

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

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

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

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

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

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

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