#EAF686

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

Shades of Tidal #EAF686

Tints of Tidal #EAF686

Color information

#EAF686 (or 0xEAF686) is unknown color: approx Tidal. HEX triplet: EA, F6 and 86. RGB value is (234,246,134). Sum of RGB (Red+Green+Blue) = 234+246+134=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF686 is #150979. Grayscale: #E6E6E6. Windows color (decimal): -1378682 or 8845034. OLE color: 8845034.

HSL color Cylindrical-coordinate representation of color #EAF686: hue angle of 66.43º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF686 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB234246134-
CMYK0.0500.460.04
HSL66.43º86.15%74.51%-
HSV(B)66.43º45.53%96.47%-
XYZ71.1985.1335.23-
YUV229.6474.02131.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 246 (96.48% from 255) = 40.07%
BLUE value IS 134 (52.73% from 255) = 21.82%
R=38.11%
G=40.07%
B=21.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461340.0500.460.0466.4386.1574.51
HexEAF686502E442564b
Octal35236620650564102126113
Binary1110101011110110100001101010101110100100001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF686; }

 p { color: rgb(234,246,134); }

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

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

 a { background-color: rgb(234,246,134); }

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

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

 span { border-color: rgb(234,246,134); }

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