#EBF186

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

Shades of Tidal #EBF186

Tints of Tidal #EBF186

Color information

#EBF186 (or 0xEBF186) is unknown color: approx Tidal. HEX triplet: EB, F1 and 86. RGB value is (235,241,134). Sum of RGB (Red+Green+Blue) = 235+241+134=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF186 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF186 is #140E79. Grayscale: #E3E3E3. Windows color (decimal): -1314426 or 8843755. OLE color: 8843755.

HSL color Cylindrical-coordinate representation of color #EBF186: hue angle of 63.36º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBF186 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB235241134-
CMYK0.0200.440.05
HSL63.36º79.26%73.53%-
HSV(B)63.36º44.4%94.51%-
XYZ70.0282.2934.75-
YUV227.0175.51133.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 241 (94.53% from 255) = 39.51%
BLUE value IS 134 (52.73% from 255) = 21.97%
R=38.52%
G=39.51%
B=21.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411340.0200.440.0563.3679.2673.53
HexEBF186202C53f4f4a
Octal3533612062054577117112
Binary11101011111100011000011010010110010111111110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF186; }

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

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

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

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

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

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

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

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