#E0FEAA

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

Shades of Reef #E0FEAA

Tints of Reef #E0FEAA

Color information

#E0FEAA (or 0xE0FEAA) is unknown color: approx Reef. HEX triplet: E0, FE and AA. RGB value is (224,254,170). Sum of RGB (Red+Green+Blue) = 224+254+170=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEAA is #1F0155. Grayscale: #EBEBEB. Windows color (decimal): -2031958 or 11206368. OLE color: 11206368.

HSL color Cylindrical-coordinate representation of color #E0FEAA: hue angle of 81.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0FEAA is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB224254170-
CMYK0.1200.330.00
HSL81.43º97.67%83.14%-
HSV(B)81.43º33.07%99.61%-
XYZ73.4489.6351.46-
YUV235.4591.06119.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 254 (99.61% from 255) = 39.20%
BLUE value IS 170 (66.80% from 255) = 26.23%
R=34.57%
G=39.20%
B=26.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242541700.1200.330.0081.4397.6783.14
HexE0FEAAC0210516253
Octal340376252140410121142123
Binary111000001111111010101010110001000010101000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEAA; }

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

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

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

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

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

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

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

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