#EBFA93

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

Shades of Tidal #EBFA93

Tints of Tidal #EBFA93

Color information

#EBFA93 (or 0xEBFA93) is unknown color: approx Tidal. HEX triplet: EB, FA and 93. RGB value is (235,250,147). Sum of RGB (Red+Green+Blue) = 235+250+147=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 147 (57.81% from 255 or 23.26% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA93 is #14056C. Grayscale: #EAEAEA. Windows color (decimal): -1312109 or 9698027. OLE color: 9698027.

HSL color Cylindrical-coordinate representation of color #EBFA93: hue angle of 68.74º degrees, saturation: 0.91, 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 #EBFA93 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB235250147-
CMYK0.0600.410.02
HSL68.74º91.15%77.84%-
HSV(B)68.74º41.2%98.04%-
XYZ73.7188.1440.73-
YUV233.7779.03128.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.18%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 147 (57.81% from 255) = 23.26%
R=37.18%
G=39.56%
B=23.26%

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
Decimal2352501470.0600.410.0268.7491.1577.84
HexEBFA9360292455b4e
Octal35337222360512105133116
Binary111010111111101010010011110010100110100010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA93; }

 p { color: rgb(235,250,147); }

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

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

 a { background-color: rgb(235,250,147); }

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

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

 span { border-color: rgb(235,250,147); }

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