#E0FAAE

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

Shades of Reef #E0FAAE

Tints of Reef #E0FAAE

Color information

#E0FAAE (or 0xE0FAAE) is unknown color: approx Reef. HEX triplet: E0, FA and AE. RGB value is (224,250,174). Sum of RGB (Red+Green+Blue) = 224+250+174=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 174 (68.36% from 255 or 26.85% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FAAE is #1F0551. Grayscale: #E9E9E9. Windows color (decimal): -2032978 or 11467488. OLE color: 11467488.

HSL color Cylindrical-coordinate representation of color #E0FAAE: hue angle of 80.53º 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 #E0FAAE is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB224250174-
CMYK0.1000.300.02
HSL80.53º88.37%83.14%-
HSV(B)80.53º30.4%98.04%-
XYZ72.5787.2753.07-
YUV233.5694.39121.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 174 (68.36% from 255) = 26.85%
R=34.57%
G=38.58%
B=26.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501740.1000.300.0280.5388.3783.14
HexE0FAAEA01E2515853
Octal340372256120362121130123
Binary111000001111101010101110101001111010101000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FAAE; }

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

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

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

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

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

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

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

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