#E0F0EA

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

Shades of Clear Day #E0F0EA

Tints of Clear Day #E0F0EA

Color information

#E0F0EA (or 0xE0F0EA) is unknown color: approx Clear Day. HEX triplet: E0, F0 and EA. RGB value is (224,240,234). Sum of RGB (Red+Green+Blue) = 224+240+234=698 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32.09% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F0EA is #1F0F15. Grayscale: #EAEAEA. Windows color (decimal): -2035478 or 15397088. OLE color: 15397088.

HSL color Cylindrical-coordinate representation of color #E0F0EA: hue angle of 157.5º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F0EA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB224240234-
CMYK0.0700.020.06
HSL157.5º34.78%90.98%-
HSV(B)157.5º6.67%94.12%-
XYZ76.7584.1190.03-
YUV234.53127.7120.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.09%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 33.52%
R=32.09%
G=34.38%
B=33.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242402340.0700.020.06157.534.7890.98
HexE0F0EA70269e235b
Octal340360352702623643133
Binary111000001111000011101010111010110100111101000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F0EA; }

 p { color: rgb(224,240,234); }

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

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

 a { background-color: rgb(224,240,234); }

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

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

 span { border-color: rgb(224,240,234); }

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