#EBFA92

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

Shades of Tidal #EBFA92

Tints of Tidal #EBFA92

Color information

#EBFA92 (or 0xEBFA92) is unknown color: approx Tidal. HEX triplet: EB, FA and 92. RGB value is (235,250,146). Sum of RGB (Red+Green+Blue) = 235+250+146=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 146 (57.42% from 255 or 23.14% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFA92 is #14056D. Grayscale: #EAEAEA. Windows color (decimal): -1312110 or 9632491. OLE color: 9632491.

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

Color convert

RGB235250146-
CMYK0.0600.420.02
HSL68.65º91.23%77.65%-
HSV(B)68.65º41.6%98.04%-
XYZ73.6388.1140.32-
YUV233.6678.53128.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 146 (57.42% from 255) = 23.14%
R=37.24%
G=39.62%
B=23.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352501460.0600.420.0268.6591.2377.65
HexEBFA92602A2455b4e
Octal35337222260522105133116
Binary111010111111101010010010110010101010100010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA92; }

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

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

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

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

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

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

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

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