#E0F6A4

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

Shades of Reef #E0F6A4

Tints of Reef #E0F6A4

Color information

#E0F6A4 (or 0xE0F6A4) is unknown color: approx Reef. HEX triplet: E0, F6 and A4. RGB value is (224,246,164). Sum of RGB (Red+Green+Blue) = 224+246+164=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F6A4 is #1F095B. Grayscale: #E6E6E6. Windows color (decimal): -2034012 or 10811104. OLE color: 10811104.

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

Color convert

RGB224246164-
CMYK0.0900.330.04
HSL76.1º82%80.39%-
HSV(B)76.1º33.33%96.47%-
XYZ70.484.4447.71-
YUV230.0790.71123.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.33%
GREEN value IS 246 (96.48% from 255) = 38.80%
BLUE value IS 164 (64.45% from 255) = 25.87%
R=35.33%
G=38.80%
B=25.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242461640.0900.330.0476.18280.39
HexE0F6A4902144c5250
Octal340366244110414114122120
Binary11100000111101101010010010010100001100100110010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F6A4; }

 p { color: rgb(224,246,164); }

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

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

 a { background-color: rgb(224,246,164); }

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

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

 span { border-color: rgb(224,246,164); }

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