#E0FCAF

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

Shades of Reef #E0FCAF

Tints of Reef #E0FCAF

Color information

#E0FCAF (or 0xE0FCAF) is unknown color: approx Reef. HEX triplet: E0, FC and AF. RGB value is (224,252,175). Sum of RGB (Red+Green+Blue) = 224+252+175=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 175 (68.75% from 255 or 26.88% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #E0FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FCAF is #1F0350. Grayscale: #EBEBEB. Windows color (decimal): -2032465 or 11533536. OLE color: 11533536.

HSL color Cylindrical-coordinate representation of color #E0FCAF: hue angle of 81.82º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FCAF is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB224252175-
CMYK0.1100.310.01
HSL81.82º92.77%83.73%-
HSV(B)81.82º30.56%98.82%-
XYZ73.2988.5653.79-
YUV234.8594.22120.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 175 (68.75% from 255) = 26.88%
R=34.41%
G=38.71%
B=26.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242521750.1100.310.0181.8292.7783.73
HexE0FCAFB01F1525d54
Octal340374257130371122135124
Binary11100000111111001010111110110111111101001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FCAF; }

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

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

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

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

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

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

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

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