#EBF085

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

Shades of Tidal #EBF085

Tints of Tidal #EBF085

Color information

#EBF085 (or 0xEBF085) is unknown color: approx Tidal. HEX triplet: EB, F0 and 85. RGB value is (235,240,133). Sum of RGB (Red+Green+Blue) = 235+240+133=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF085 is #140F7A. Grayscale: #E2E2E2. Windows color (decimal): -1314683 or 8777963. OLE color: 8777963.

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

Color convert

RGB235240133-
CMYK0.0200.450.06
HSL62.8º78.1%73.14%-
HSV(B)62.8º44.58%94.12%-
XYZ69.6581.6834.28-
YUV226.3175.34134.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 240 (94.14% from 255) = 39.47%
BLUE value IS 133 (52.34% from 255) = 21.88%
R=38.65%
G=39.47%
B=21.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401330.0200.450.0662.878.173.14
HexEBF085202D63f4e49
Octal3533602052055677116111
Binary11101011111100001000010110010110111011111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF085; }

 p { color: rgb(235,240,133); }

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

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

 a { background-color: rgb(235,240,133); }

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

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

 span { border-color: rgb(235,240,133); }

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