#E0FAAB

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

Shades of Reef #E0FAAB

Tints of Reef #E0FAAB

Color information

#E0FAAB (or 0xE0FAAB) is unknown color: approx Reef. HEX triplet: E0, FA and AB. RGB value is (224,250,171). Sum of RGB (Red+Green+Blue) = 224+250+171=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAAB is #1F0554. Grayscale: #E9E9E9. Windows color (decimal): -2032981 or 11270880. OLE color: 11270880.

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

Color convert

RGB224250171-
CMYK0.1000.320.02
HSL79.75º88.76%82.55%-
HSV(B)79.75º31.6%98.04%-
XYZ72.2887.1651.54-
YUV233.2292.89121.42-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=34.73%
G=38.76%
B=26.51%

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
Decimal2242501710.1000.320.0279.7588.7682.55
HexE0FAABA0202505953
Octal340372253120402120131123
Binary1110000011111010101010111010010000010101000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAAB; }

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

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

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

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

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

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

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

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