#E0FEAE

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

Shades of Reef #E0FEAE

Tints of Reef #E0FEAE

Color information

#E0FEAE (or 0xE0FEAE) is unknown color: approx Reef. HEX triplet: E0, FE and AE. RGB value is (224,254,174). Sum of RGB (Red+Green+Blue) = 224+254+174=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #E0FEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FEAE is #1F0151. Grayscale: #ECECEC. Windows color (decimal): -2031954 or 11468512. OLE color: 11468512.

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

Color convert

RGB224254174-
CMYK0.1200.310.00
HSL82.5º97.56%83.92%-
HSV(B)82.5º31.5%99.61%-
XYZ73.8289.7953.48-
YUV235.9193.06119.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 254 (99.61% from 255) = 38.96%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=34.36%
G=38.96%
B=26.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2242541740.1200.310.0082.597.5683.92
HexE0FEAEC01F0526254
Octal340376256140370122142124
Binary11100000111111101010111011000111110101001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FEAE; }

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

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

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

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

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

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

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

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