#E0FDAA

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

Shades of Reef #E0FDAA

Tints of Reef #E0FDAA

Color information

#E0FDAA (or 0xE0FDAA) is unknown color: approx Reef. HEX triplet: E0, FD and AA. RGB value is (224,253,170). Sum of RGB (Red+Green+Blue) = 224+253+170=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FDAA is #1F0255. Grayscale: #EBEBEB. Windows color (decimal): -2032214 or 11206112. OLE color: 11206112.

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

Color convert

RGB224253170-
CMYK0.1100.330.01
HSL80.96º95.4%82.94%-
HSV(B)80.96º32.81%99.22%-
XYZ73.128951.36-
YUV234.8791.39120.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 170 (66.80% from 255) = 26.28%
R=34.62%
G=39.10%
B=26.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531700.1100.330.0180.9695.482.94
HexE0FDAAB0211515f53
Octal340375252130411121137123
Binary111000001111110110101010101101000011101000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDAA; }

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

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

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

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

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

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

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

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