#EBF686

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

Shades of Tidal #EBF686

Tints of Tidal #EBF686

Color information

#EBF686 (or 0xEBF686) is unknown color: approx Tidal. HEX triplet: EB, F6 and 86. RGB value is (235,246,134). Sum of RGB (Red+Green+Blue) = 235+246+134=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF686 is #140979. Grayscale: #E6E6E6. Windows color (decimal): -1313146 or 8845035. OLE color: 8845035.

HSL color Cylindrical-coordinate representation of color #EBF686: hue angle of 65.89º 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 #EBF686 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB235246134-
CMYK0.0400.460.04
HSL65.89º86.15%74.51%-
HSV(B)65.89º45.53%96.47%-
XYZ71.5285.2935.25-
YUV229.9473.86131.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 246 (96.48% from 255) = 40%
BLUE value IS 134 (52.73% from 255) = 21.79%
R=38.21%
G=40%
B=21.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352461340.0400.460.0465.8986.1574.51
HexEBF686402E442564b
Octal35336620640564102126113
Binary1110101111110110100001101000101110100100001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF686; }

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

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

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

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

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

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

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

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