#E0FAAA

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

Shades of Reef #E0FAAA

Tints of Reef #E0FAAA

Color information

#E0FAAA (or 0xE0FAAA) is unknown color: approx Reef. HEX triplet: E0, FA and AA. RGB value is (224,250,170). Sum of RGB (Red+Green+Blue) = 224+250+170=644 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.78% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAAA is #1F0555. Grayscale: #E9E9E9. Windows color (decimal): -2032982 or 11205344. OLE color: 11205344.

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

Color convert

RGB224250170-
CMYK0.1000.320.02
HSL79.5º88.89%82.35%-
HSV(B)79.5º32%98.04%-
XYZ72.1887.1251.04-
YUV233.1192.39121.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.78%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 170 (66.80% from 255) = 26.40%
R=34.78%
G=38.82%
B=26.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501700.1000.320.0279.588.8982.35
HexE0FAAAA0202505952
Octal340372252120402120131122
Binary1110000011111010101010101010010000010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAAA; }

 p { color: rgb(224,250,170); }

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

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

 a { background-color: rgb(224,250,170); }

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

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

 span { border-color: rgb(224,250,170); }

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