#E0F49E

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

Shades of Reef #E0F49E

Tints of Reef #E0F49E

Color information

#E0F49E (or 0xE0F49E) is unknown color: approx Reef. HEX triplet: E0, F4 and 9E. RGB value is (224,244,158). Sum of RGB (Red+Green+Blue) = 224+244+158=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 158 (62.11% from 255 or 25.24% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F49E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F49E is #1F0B61. Grayscale: #E4E4E4. Windows color (decimal): -2034530 or 10417376. OLE color: 10417376.

HSL color Cylindrical-coordinate representation of color #E0F49E: hue angle of 73.95º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0F49E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB224244158-
CMYK0.0800.350.04
HSL73.95º79.63%78.82%-
HSV(B)73.95º35.25%95.69%-
XYZ69.2683.0244.72-
YUV228.2288.37124.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 244 (95.70% from 255) = 38.98%
BLUE value IS 158 (62.11% from 255) = 25.24%
R=35.78%
G=38.98%
B=25.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441580.0800.350.0473.9579.6378.82
HexE0F49E802344a504f
Octal340364236100434112120117
Binary11100000111101001001111010000100011100100101010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F49E; }

 p { color: rgb(224,244,158); }

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

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

 a { background-color: rgb(224,244,158); }

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

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

 span { border-color: rgb(224,244,158); }

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