#E0FBAE

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

Shades of Reef #E0FBAE

Tints of Reef #E0FBAE

Color information

#E0FBAE (or 0xE0FBAE) is unknown color: approx Reef. HEX triplet: E0, FB and AE. RGB value is (224,251,174). Sum of RGB (Red+Green+Blue) = 224+251+174=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 174 (68.36% from 255 or 26.81% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FBAE is #1F0451. Grayscale: #EAEAEA. Windows color (decimal): -2032722 or 11467744. OLE color: 11467744.

HSL color Cylindrical-coordinate representation of color #E0FBAE: hue angle of 81.04º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0FBAE is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB224251174-
CMYK0.1100.310.02
HSL81.04º90.59%83.33%-
HSV(B)81.04º30.68%98.43%-
XYZ72.8887.953.17-
YUV234.1594.05120.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 174 (68.36% from 255) = 26.81%
R=34.51%
G=38.67%
B=26.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511740.1100.310.0281.0490.5983.33
HexE0FBAEB01F2515b53
Octal340373256130372121133123
Binary111000001111101110101110101101111110101000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBAE; }

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

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

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

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

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

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

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

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