#EBF585

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

Shades of Tidal #EBF585

Tints of Tidal #EBF585

Color information

#EBF585 (or 0xEBF585) is unknown color: approx Tidal. HEX triplet: EB, F5 and 85. RGB value is (235,245,133). Sum of RGB (Red+Green+Blue) = 235+245+133=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF585 is #140A7A. Grayscale: #E5E5E5. Windows color (decimal): -1313403 or 8779243. OLE color: 8779243.

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

Color convert

RGB235245133-
CMYK0.0400.460.04
HSL65.36º84.85%74.12%-
HSV(B)65.36º45.71%96.08%-
XYZ71.1584.6634.78-
YUV229.2473.69132.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.34%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 133 (52.34% from 255) = 21.70%
R=38.34%
G=39.97%
B=21.70%

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
Decimal2352451330.0400.460.0465.3684.8574.12
HexEBF585402E441554a
Octal35336520540564101125112
Binary1110101111110101100001011000101110100100000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF585; }

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

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

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

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

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

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

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

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