#EBFB95

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

Shades of Tidal #EBFB95

Tints of Tidal #EBFB95

Color information

#EBFB95 (or 0xEBFB95) is unknown color: approx Tidal. HEX triplet: EB, FB and 95. RGB value is (235,251,149). Sum of RGB (Red+Green+Blue) = 235+251+149=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 149 (58.59% from 255 or 23.46% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFB95 is #14046A. Grayscale: #EAEAEA. Windows color (decimal): -1311851 or 9829355. OLE color: 9829355.

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

Color convert

RGB235251149-
CMYK0.0600.410.02
HSL69.41º92.73%78.43%-
HSV(B)69.41º40.64%98.43%-
XYZ74.1888.8341.67-
YUV234.5979.7128.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 149 (58.59% from 255) = 23.46%
R=37.01%
G=39.53%
B=23.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352511490.0600.410.0269.4192.7378.43
HexEBFB9560292455d4e
Octal35337322560512105135116
Binary111010111111101110010101110010100110100010110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFB95; }

 p { color: rgb(235,251,149); }

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

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

 a { background-color: rgb(235,251,149); }

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

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

 span { border-color: rgb(235,251,149); }

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