#E0FAAF

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

Shades of Reef #E0FAAF

Tints of Reef #E0FAAF

Color information

#E0FAAF (or 0xE0FAAF) is unknown color: approx Reef. HEX triplet: E0, FA and AF. RGB value is (224,250,175). Sum of RGB (Red+Green+Blue) = 224+250+175=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAAF is #1F0550. Grayscale: #E9E9E9. Windows color (decimal): -2032977 or 11533024. OLE color: 11533024.

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

Color convert

RGB224250175-
CMYK0.1000.30.02
HSL80.8º88.24%83.33%-
HSV(B)80.8º30%98.04%-
XYZ72.6687.3153.58-
YUV233.6894.89121.1-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=34.51%
G=38.52%
B=26.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501750.1000.30.0280.888.2483.33
HexE0FAAFA01E2515853
Octal340372257120362121130123
Binary111000001111101010101111101001111010101000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAAF; }

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

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

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

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

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

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

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

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