#EBF993

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

Shades of Tidal #EBF993

Tints of Tidal #EBF993

Color information

#EBF993 (or 0xEBF993) is unknown color: approx Tidal. HEX triplet: EB, F9 and 93. RGB value is (235,249,147). Sum of RGB (Red+Green+Blue) = 235+249+147=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 147 (57.81% from 255 or 23.30% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF993 is #14066C. Grayscale: #E9E9E9. Windows color (decimal): -1312365 or 9697771. OLE color: 9697771.

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

Color convert

RGB235249147-
CMYK0.0600.410.02
HSL68.24º89.47%77.65%-
HSV(B)68.24º40.96%97.65%-
XYZ73.487.5240.63-
YUV233.1979.36129.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.24%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 147 (57.81% from 255) = 23.30%
R=37.24%
G=39.46%
B=23.30%

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
Decimal2352491470.0600.410.0268.2489.4777.65
HexEBF9936029244594e
Octal35337122360512104131116
Binary111010111111100110010011110010100110100010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF993; }

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

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

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

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

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

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

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

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