#EAF890

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

Shades of Tidal #EAF890

Tints of Tidal #EAF890

Color information

#EAF890 (or 0xEAF890) is unknown color: approx Tidal. HEX triplet: EA, F8 and 90. RGB value is (234,248,144). Sum of RGB (Red+Green+Blue) = 234+248+144=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF890 is #15076F. Grayscale: #E8E8E8. Windows color (decimal): -1378160 or 9500906. OLE color: 9500906.

HSL color Cylindrical-coordinate representation of color #EAF890: hue angle of 68.08º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAF890 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB234248144-
CMYK0.0600.420.03
HSL68.08º88.14%76.86%-
HSV(B)68.08º41.94%97.25%-
XYZ72.5386.6439.29-
YUV231.9678.36129.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.38%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 144 (56.64% from 255) = 23.00%
R=37.38%
G=39.62%
B=23.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481440.0600.420.0368.0888.1476.86
HexEAF890602A344584d
Octal35237022060523104130115
Binary111010101111100010010000110010101011100010010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF890; }

 p { color: rgb(234,248,144); }

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

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

 a { background-color: rgb(234,248,144); }

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

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

 span { border-color: rgb(234,248,144); }

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